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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 懿 懿 B | 100111001111001010000001010000001001110011110010100000010100000001000010 | 9cf281409cf2814042 |
EUC-JP | 懿 懿 B | 110110001111010010100001101000011101100011110100101000011010000101000010 | d8f4a1a1d8f4a1a142 |
UTF-8 | 懿 懿 B | 11100110100001111011111111100011100000001000000011100110100001111011111111100011100000001000000001000010 | e687bfe38080e687bfe3808042 |
UHC | 懿 懿 B | 111010111111001110100001101000011110101111110011101000011010000101000010 | ebf3a1a1ebf3a1a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)