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 | 硝餧 | 10001111110010011111101111111000 | 8fc9fbf8 |
EUC-JP | 硝餧 | 1011111011001011100011111110100011011101 | becb8fe8dd |
UTF-8 | 硝餧 | 111001111010000110011101111010011010010010100111 | e7a19de9a4a7 |
UHC | 硝? | 111101011010011000111111 | f5a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)