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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 樂菎 | 10011110110110011110010011000000 | 9ed9e4c0 |
EUC-JP | 樂菎 | 11011100110110111110100011000010 | dcdbe8c2 |
UTF-8 | 樂菎 | 111001101010100010000010111010001000111110001110 | e6a882e88f8e |
UHC | 樂? | 111001001100010100111111 | e4c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)