To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 涌盖涌k | 10010111010011111110000110110011100101110100111101101011 | 974fe1b3974f6b |
EUC-JP | 涌盖涌k | 11001101101100001110001010110101110011011011000001101011 | cdb0e2b5cdb06b |
UTF-8 | 涌盖涌k | 11100110101101101000110011100111100110111001011011100110101101101000110001101011 | e6b68ce79b96e6b68c6b |
UHC | 涌盖涌k | 11101001101111111100101111001100111010011011111101101011 | e9bfcbcce9bf6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)