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 | 100101110100100010001101010110100011111101000010 | 97488d5a3f42 |
EUC-JP | 幽校?B | 110011011010100110111001101110110011111101000010 | cda9b9bb3f42 |
UTF-8 | 幽校딧B | 11100101101110011011110111100110101000001010000111101011100101001010011101000010 | e5b9bde6a0a1eb94a742 |
UHC | 幽校딧B | 11101010111010111100111011101000101101011111011101000010 | eaebcee8b5f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)