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 | 10001110110101101000111011010100111000001111110001000010 | 8ed68ed4e0fc42 |
EUC-JP | 蛇車珱B | 10111100110110001011110011010110111000001111111001000010 | bcd8bcd6e0fe42 |
UTF-8 | 蛇車珱B | 11101000100110111000011111101000101110111000101011100111100011111011000101000010 | e89b87e8bb8ae78fb142 |
UHC | 蛇車?B | 110111101110111111110011101100110011111101000010 | deeff3b33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)