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 | ??????A? | 0011111100111111001111110011111100111111001111110100000100111111 | 3f3f3f3f3f3f413f |
SJIS-WIN | ??????A? | 0011111100111111001111110011111100111111001111110100000100111111 | 3f3f3f3f3f3f413f |
EUC-JP | ??????A? | 0011111100111111001111110011111100111111001111110100000100111111 | 3f3f3f3f3f3f413f |
UTF-8 | 횕횂횖챦채짠A횕 | 11101101100110101001010111101101100110101000001011101101100110101001011011101100101100011010011011101100101100011000010011101100101001111010000001000001111011011001101010010101 | ed9a95ed9a82ed9a96ecb1a6ecb184eca7a041ed9a95 |
UHC | 횕횂횖챦채짠A횕 | 110000111000111111000011100000101100001110010000110000111010111111000011101001001100001010100111010000011100001110001111 | c38fc382c390c3afc3a4c2a741c38f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)