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 | ?C?L??Q | 00111111010000110011111101001100001111110011111101010001 | 3f433f4c3f3f51 |
SJIS-WIN | ?C?L??Q | 00111111010000110011111101001100001111110011111101010001 | 3f433f4c3f3f51 |
EUC-JP | ?C?L??Q | 00111111010000110011111101001100001111110011111101010001 | 3f433f4c3f3f51 |
UTF-8 | 혪C혪L혩짠Q | 111011011001100010101010010000111110110110011000101010100100110011101101100110001010100111101100101001111010000001010001 | ed98aa43ed98aa4ced98a9eca7a051 |
UHC | 혪C혪L혩짠Q | 1100001010010010010000111100001010010010010011001100001010010001110000101010011101010001 | c29243c2924cc291c2a751 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)