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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 厓??嶸ゆ? | 111110101000110100111111001111111111101010110100100000101110010000111111 | fa8d3f3ffab482e43f |
EUC-JP | 厓??嶸ゆ? | 1000111110110100110001110011111100111111100011111011101111110100101001001110011000111111 | 8fb4c73f3f8fbbf4a4e63f |
UTF-8 | 厓⒵뿈嶸ゆ춲 | 111001011000111010010011111000101001001010110101111010111011111110001000111001011011011010111000111000111000001010000110111011001011011010110010 | e58e93e292b5ebbf88e5b6b8e38286ecb6b2 |
UHC | 厓⒵뿈嶸ゆ춲 | 111001001110110110101001111001101001011110001111111001111010111010101010111001101010110110001110 | e4eda9e6978fe7aeaae6ad8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)