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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 深??h深 | 10010000010110110011111100111111011010001001000001011011 | 905b3f3f68905b |
EUC-JP | 深??h深 | 10111111101111000011111100111111011010001011111110111100 | bfbc3f3f68bfbc |
UTF-8 | 深뗮뢌h深 | 11100110101101111011000111101011100101111010111011101011101000101000110001101000111001101011011110110001 | e6b7b1eb97aeeba28c68e6b7b1 |
UHC | 深뗮뢌h深 | 111001001010001010001011111011011000111101001000011010001110010010100010 | e4a28bed8f4868e4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)