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 | 蜩亥蛤^ | 11100101100100111000100011100101100101001011100001011110 | e59388e594b85e |
EUC-JP | 蜩亥蛤^ | 11101001111100111011000011100111110010001011101001011110 | e9f3b0e7c8ba5e |
UTF-8 | 蜩亥蛤^ | 11101000100111001010100111100100101110101010010111101000100110111010010001011110 | e89ca9e4baa5e89ba45e |
UHC | ?亥蛤^ | 001111111111101010100100111110011110110101011110 | 3ffaa4f9ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)