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 | ?Z?L?F | 001111110101101000111111010011000011111101000110 | 3f5a3f4c3f46 |
SJIS-WIN | ?Z?L?F | 001111110101101000111111010011000011111101000110 | 3f5a3f4c3f46 |
EUC-JP | ?Z?L?F | 001111110101101000111111010011000011111101000110 | 3f5a3f4c3f46 |
UTF-8 | 혪Z혪L혪F | 111011011001100010101010010110101110110110011000101010100100110011101101100110001010101001000110 | ed98aa5aed98aa4ced98aa46 |
UHC | 혪Z혪L혪F | 110000101001001001011010110000101001001001001100110000101001001001000110 | c2925ac2924cc29246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)