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 | 猿?猿?^ | 10001001100011100011111110001001100011100011111101011110 | 898e3f898e3f5e |
EUC-JP | 猿?猿?^ | 10110001111011100011111110110001111011100011111101011110 | b1ee3fb1ee3f5e |
UTF-8 | 猿렪猿렪^ | 11100111100011001011111111101011101000001010101011100111100011001011111111101011101000001010101001011110 | e78cbfeba0aae78cbfeba0aa5e |
UHC | 猿렪猿렪^ | 111010101011101110001110101110001110101010111011100011101011100001011110 | eabb8eb8eabb8eb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)