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 | 鰻 | 1000100101010110 | 8956 |
EUC-JP | 鰻 | 1011000110110111 | b1b7 |
UTF-8 | 鰻 | 111010011011000010111011 | e9b0bb |
UHC | 鰻 | 1101100011000100 | d8c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)