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 | 111010010110000110000001010000001110100101100001100000010100000001000010 | e9618140e961814042 |
EUC-JP | 饌 饌 B | 111100011100001010100001101000011111000111000010101000011010000101000010 | f1c2a1a1f1c2a1a142 |
UTF-8 | 饌 饌 B | 11101001101001011000110011100011100000001000000011101001101001011000110011100011100000001000000001000010 | e9a58ce38080e9a58ce3808042 |
UHC | 饌 饌 B | 111100111100101010100001101000011111001111001010101000011010000101000010 | f3caa1a1f3caa1a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)