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 | 鈬食 | 11100111111000111001000001001000 | e7e39048 |
EUC-JP | 鈬食 | 11101110111001011011111110101001 | eee5bfa9 |
UTF-8 | 鈬食 | 111010011000100010101100111010011010001110011111 | e988ace9a39f |
UHC | ?食 | 001111111110001111011101 | 3fe3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)