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??u | 00111111010000110011111101001100001111110011111101110101 | 3f433f4c3f3f75 |
SJIS-WIN | ?C?L??u | 00111111010000110011111101001100001111110011111101110101 | 3f433f4c3f3f75 |
EUC-JP | ?C?L??u | 00111111010000110011111101001100001111110011111101110101 | 3f433f4c3f3f75 |
UTF-8 | 혪C혪L혩짠u | 111011011001100010101010010000111110110110011000101010100100110011101101100110001010100111101100101001111010000001110101 | ed98aa43ed98aa4ced98a9eca7a075 |
UHC | 혪C혪L혩짠u | 1100001010010010010000111100001010010010010011001100001010010001110000101010011101110101 | c29243c2924cc291c2a775 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)