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?L?@ | 001111110100111100111111010011000011111101000000 | 3f4f3f4c3f40 |
SJIS-WIN | ?O?L?@ | 001111110100111100111111010011000011111101000000 | 3f4f3f4c3f40 |
EUC-JP | ?O?L?@ | 001111110100111100111111010011000011111101000000 | 3f4f3f4c3f40 |
UTF-8 | 혪O혪L혪@ | 111011011001100010101010010011111110110110011000101010100100110011101101100110001010101001000000 | ed98aa4fed98aa4ced98aa40 |
UHC | 혪O혪L혪@ | 110000101001001001001111110000101001001001001100110000101001001001000000 | c2924fc2924cc29240 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)