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 | 樂飩 | 10011110110110011110100101001010 | 9ed9e94a |
EUC-JP | 樂飩 | 11011100110110111111000110101011 | dcdbf1ab |
UTF-8 | 樂飩 | 111001101010100010000010111010011010001110101001 | e6a882e9a3a9 |
UHC | 樂? | 111001001100010100111111 | e4c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)