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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 嵩??^ | 1001000010010011001111110011111101011110 | 90933f3f5e |
EUC-JP | 嵩??^ | 1011111111110011001111110011111101011110 | bff33f3f5e |
UTF-8 | 嵩됦괧^ | 11100101101101011010100111101011100100001010011011101010101101001010011101011110 | e5b5a9eb90a6eab4a75e |
UHC | 嵩됦괧^ | 11100011101000011000100111100100100000100101000101011110 | e3a189e482515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)