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 | ?@W?C?U?@CG | 0011111101000000010101110011111101000011001111110101010100111111010000000100001101000111 | 3f40573f433f553f404347 |
SJIS-WIN | ?@W?C?U?@CG | 0011111101000000010101110011111101000011001111110101010100111111010000000100001101000111 | 3f40573f433f553f404347 |
EUC-JP | ?@W?C?U?@CG | 0011111101000000010101110011111101000011001111110101010100111111010000000100001101000111 | 3f40573f433f553f404347 |
UTF-8 | 혪@W혪C혪U혪@CG | 11101101100110001010101001000000010101111110110110011000101010100100001111101101100110001010101001010101111011011001100010101010010000000100001101000111 | ed98aa4057ed98aa43ed98aa55ed98aa404347 |
UHC | 혪@W혪C혪U혪@CG | 110000101001001001000000010101111100001010010010010000111100001010010010010101011100001010010010010000000100001101000111 | c2924057c29243c29255c292404347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)