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??c^ | 0011111101000011001111110100110000111111001111110110001101011110 | 3f433f4c3f3f635e |
SJIS-WIN | ?C?L??c^ | 0011111101000011001111110100110000111111001111110110001101011110 | 3f433f4c3f3f635e |
EUC-JP | ?C?L??c^ | 0011111101000011001111110100110000111111001111110110001101011110 | 3f433f4c3f3f635e |
UTF-8 | 혪C혪L혩짠c^ | 11101101100110001010101001000011111011011001100010101010010011001110110110011000101010011110110010100111101000000110001101011110 | ed98aa43ed98aa4ced98a9eca7a0635e |
UHC | 혪C혪L혩짠c^ | 110000101001001001000011110000101001001001001100110000101001000111000010101001110110001101011110 | c29243c2924cc291c2a7635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)