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 | 001111111001011111110111100010010100001101000010 | 3f97f7894342 |
EUC-JP | ?憐韻B | 001111111100111011111001101100011010010001000010 | 3fcef9b1a442 |
UTF-8 | 뤦憐韻B | 11101011101001001010011011100110100001101001000011101001100111111011101101000010 | eba4a6e68690e99fbb42 |
UHC | 뤦憐韻B | 10001111110101001101010111111011111010101010010001000010 | 8fd4d5fbeaa442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)