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 | 11100010011011001001101110111010100101101000010101000010 | e26c9bba968542 |
EUC-JP | 稷崋妹B | 11100011110011011101011010111100110010111110010101000010 | e3cdd6bccbe542 |
UTF-8 | 稷崋妹B | 11100111101010001011011111100101101101001000101111100101101001101011100101000010 | e7a8b7e5b48be5a6b942 |
UHC | 稷?妹B | 111100101100001100111111110110001101100101000010 | f2c33fd8d942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)