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 | 嵩뤹뒰^ | 11100101101101011010100111101011101001001011100111101011100100101011000001011110 | e5b5a9eba4b9eb92b05e |
UHC | 嵩뤹뒰^ | 11100011101000011000111111100111100010101010100101011110 | e3a18fe78aa95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)