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 | 11101000110111111001110111101001100000011001110101000010 | e8df9de9819d42 |
EUC-JP | 鞜晞◎B | 11110000111000011101101011101011101000011111110101000010 | f0e1daeba1fd42 |
UTF-8 | 鞜晞◎B | 11101001100111101001110011100110100110011001111011100010100101111000111001000010 | e99e9ce6999ee2978e42 |
UHC | ?晞◎B | 001111111111110111110101101000011101110101000010 | 3ffdf5a1dd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)