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? | 0011111100111111001111110100101100111111 | 3f3f3f4b3f |
SJIS-WIN | 襭炊遣K貅 | 111001100100001010010000100001101000110010101101010010111110011010111010 | e64290868cad4be6ba |
EUC-JP | 襭炊遣K貅 | 111010111010001110111111111001101011100010101111010010111110110010111100 | eba3bfe6b8af4becbc |
UTF-8 | 襭炊遣K貅 | 11101000101001011010110111100111100000101000101011101001100000011010001101001011111010001011001010000101 | e8a5ade7828ae981a34be8b285 |
UHC | ?炊遣K? | 00111111111101101010011111001100101110100100101100111111 | 3ff6a7ccba4b3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)