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 | ?@???@ | 001111110100000000111111001111110011111101000000 | 3f403f3f3f40 |
SJIS-WIN | ?@???@ | 001111110100000000111111001111110011111101000000 | 3f403f3f3f40 |
EUC-JP | ?@???@ | 001111110100000000111111001111110011111101000000 | 3f403f3f3f40 |
UTF-8 | 혳@챔챠혳@ | 1110110110011000101100110100000011101100101100011001010011101100101100011010000011101101100110001011001101000000 | ed98b340ecb194ecb1a0ed98b340 |
UHC | 혳@챔챠혳@ | 11000010100110100100000011000011101010001100001110101101110000101001101001000000 | c29a40c3a8c3adc29a40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)