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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??長?^ | 001111110011111110010010101101110011111101011110 | 3f3f92b73f5e |
EUC-JP | ??長?^ | 001111110011111111000100101110010011111101011110 | 3f3fc4b93f5e |
UTF-8 | 卄렧長렧^ | 11100101100011011000010011101011101000001010011111101001100101011011011111101011101000001010011101011110 | e58d84eba0a7e995b7eba0a75e |
UHC | 卄렧長렧^ | 111011001111111010001110101101101110110111111110100011101011011001011110 | ecfe8eb6edfe8eb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)