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 | ?@}?@}?G?@ | 00111111010000000111110100111111010000000111110100111111010001110011111101000000 | 3f407d3f407d3f473f40 |
SJIS-WIN | ?@}?@}?G?@ | 00111111010000000111110100111111010000000111110100111111010001110011111101000000 | 3f407d3f407d3f473f40 |
EUC-JP | ?@}?@}?G?@ | 00111111010000000111110100111111010000000111110100111111010001110011111101000000 | 3f407d3f407d3f473f40 |
UTF-8 | 혪@}혪@}혪G혪@ | 111011011001100010101010010000000111110111101101100110001010101001000000011111011110110110011000101010100100011111101101100110001010101001000000 | ed98aa407ded98aa407ded98aa47ed98aa40 |
UHC | 혪@}혪@}혪G혪@ | 1100001010010010010000000111110111000010100100100100000001111101110000101001001001000111110000101001001001000000 | c292407dc292407dc29247c29240 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)