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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 蜩亥蛤B | 11100101100100111000100011100101100101001011100001000010 | e59388e594b842 |
EUC-JP | 蜩亥蛤B | 11101001111100111011000011100111110010001011101001000010 | e9f3b0e7c8ba42 |
UTF-8 | 蜩亥蛤B | 11101000100111001010100111100100101110101010010111101000100110111010010001000010 | e89ca9e4baa5e89ba442 |
UHC | ?亥蛤B | 001111111111101010100100111110011110110101000010 | 3ffaa4f9ed42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)