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 | 11100101100100111000100011100101100100111000100001000010 | e59388e5938842 |
EUC-JP | 蜩亥嶋B | 11101001111100111011000011100111110001011110100001000010 | e9f3b0e7c5e842 |
UTF-8 | 蜩亥嶋B | 11101000100111001010100111100100101110101010010111100101101101101000101101000010 | e89ca9e4baa5e5b68b42 |
UHC | ?亥嶋B | 001111111111101010100100110100111111011101000010 | 3ffaa4d3f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)