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 | 寶掏h | 100110111000111110011101011110101000001010001000 | 9b8f9d7a8288 |
EUC-JP | 寶掏h | 110101011110111111011001110110111010001111101000 | d5efd9dba3e8 |
UTF-8 | 寶掏h | 111001011010111110110110111001101000111010001111111011111011110110001000 | e5afb6e68e8fefbd88 |
UHC | 寶?h | 1101110011000100001111111010001111101000 | dcc43fa3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)