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 | 獪爬瑁 | 111000001101010011100000101001101110000011101110 | e0d4e0a6e0ee |
EUC-JP | 獪爬瑁 | 111000001101011011100000101010001110000011110000 | e0d6e0a8e0f0 |
UTF-8 | 獪爬瑁 | 111001111000110110101010111001111000100010101100111001111001000110000001 | e78daae788ace79181 |
UHC | 獪爬瑁 | 111111001110101011110111111100001101100111000001 | fceaf7f0d9c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)