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 | ???O???? | 0011111100111111001111110100111100111111001111110011111100111111 | 3f3f3f4f3f3f3f3f |
SJIS-WIN | ???O???? | 0011111100111111001111110100111100111111001111110011111100111111 | 3f3f3f4f3f3f3f3f |
EUC-JP | ???O???? | 0011111100111111001111110100111100111111001111110011111100111111 | 3f3f3f4f3f3f3f3f |
UTF-8 | 챌혡혝O챌혧혦챌 | 11101100101100011000110011101101100110001010000111101101100110001001110101001111111011001011000110001100111011011001100010100111111011011001100010100110111011001011000110001100 | ecb18ced98a1ed989d4fecb18ced98a7ed98a6ecb18c |
UHC | 챌혡혝O챌혧혦챌 | 110000111010011111000010100010101100001010000111010011111100001110100111110000101000111111000010100011101100001110100111 | c3a7c28ac2874fc3a7c28fc28ec3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)