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 | 潮 | 1001001010101010 | 92aa |
EUC-JP | 潮 | 1100010010101100 | c4ac |
UTF-8 | 潮 | 111001101011110110101110 | e6bdae |
UHC | 潮 | 1111000011001101 | f0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)