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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 鋺亥シ妝F | 1110011111111010100010001110010110111100100110110100001001000110 | e7fa88e5bc9b4246 |
EUC-JP | 鋺亥シ妝F | 111011101111110010110000111001111000111010111100110101011010001101000110 | eefcb0e78ebcd5a346 |
UTF-8 | 鋺亥シ妝F | 11101001100010111011101011100100101110101010010111101111101111011011110011100101101001101001110101000110 | e98bbae4baa5efbdbce5a69d46 |
UHC | ?亥??F | 001111111111101010100100001111110011111101000110 | 3ffaa43f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)