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 | ? | 00111111 | 3f |
SJIS-WIN | 樂 | 1001111011011001 | 9ed9 |
EUC-JP | 樂 | 1101110011011011 | dcdb |
UTF-8 | 樂 | 111001101010100010000010 | e6a882 |
UHC | 樂 | 1110010011000101 | e4c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)