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 | 11100111010111001110100110111010111000101010010101000010 | e75ce9bae2a542 |
EUC-JP | 軆鮗筵B | 11101101101111011111001010111100111001001010011101000010 | edbdf2bce4a742 |
UTF-8 | 軆鮗筵B | 11101000101110111000011011101001101011101001011111100111101011011011010101000010 | e8bb86e9ae97e7adb542 |
UHC | ??筵B | 0011111100111111111001101101110101000010 | 3f3fe6dd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)