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 | ?F????@h | 0011111101000110001111110011111100111111001111110100000001101000 | 3f463f3f3f3f4068 |
SJIS-WIN | ?F????@h | 0011111101000110001111110011111100111111001111110100000001101000 | 3f463f3f3f3f4068 |
EUC-JP | ?F????@h | 0011111101000110001111110011111100111111001111110100000001101000 | 3f463f3f3f3f4068 |
UTF-8 | 혪F혩짹혩혻@h | 111011011001100010101010010001101110110110011000101010011110110010100111101110011110110110011000101010011110110110011000101110110100000001101000 | ed98aa46ed98a9eca7b9ed98a9ed98bb4068 |
UHC | 혪F혩짹혩혻@h | 11000010100100100100011011000010100100011100001010110001110000101001000111000010101000000100000001101000 | c29246c291c2b1c291c2a04068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)