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 | 11100010011011001001101110111010100110101000111101000010 | e26c9bba9a8f42 |
EUC-JP | 稷崋囂B | 11100011110011011101011010111100110100111110111101000010 | e3cdd6bcd3ef42 |
UTF-8 | 稷崋囂B | 11100111101010001011011111100101101101001000101111100101100110111000001001000010 | e7a8b7e5b48be59b8242 |
UHC | 稷??B | 1111001011000011001111110011111101000010 | f2c33f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)