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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邯懊似 | 111001111011011010011100111000111000111010010111 | e7b69ce38e97 |
EUC-JP | 邯懊似 | 111011101011100011011000111001011011101111110111 | eeb8d8e5bbf7 |
UTF-8 | 邯懊似 | 111010011000001010101111111001101000011110001010111001001011110010111100 | e982afe6878ae4bcbc |
UHC | 邯懊似 | 110010101111101111100111111110001101111011000100 | cafbe7f8dec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)