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?LB | 0011111101000000011111010011111101000111001111110100110001000010 | 3f407d3f473f4c42 |
SJIS-WIN | ?@}?G?LB | 0011111101000000011111010011111101000111001111110100110001000010 | 3f407d3f473f4c42 |
EUC-JP | ?@}?G?LB | 0011111101000000011111010011111101000111001111110100110001000010 | 3f407d3f473f4c42 |
UTF-8 | 혪@}혪G혪LB | 1110110110011000101010100100000001111101111011011001100010101010010001111110110110011000101010100100110001000010 | ed98aa407ded98aa47ed98aa4c42 |
UHC | 혪@}혪G혪LB | 1100001010010010010000000111110111000010100100100100011111000010100100100100110001000010 | c292407dc29247c2924c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)