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 | ?N | 0011111101001110 | 3f4e |
SJIS-WIN | 暁N | 100010111100010101001110 | 8bc54e |
EUC-JP | 暁N | 101101101100011101001110 | b6c74e |
UTF-8 | 暁N | 11100110100110101000000101001110 | e69a814e |
UHC | ?N | 0011111101001110 | 3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)