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 | 00111111010001100011111100111111001111110110000001001000 | 3f463f3f3f6048 |
SJIS-WIN | ?F???`H | 00111111010001100011111100111111001111110110000001001000 | 3f463f3f3f6048 |
EUC-JP | ?F???`H | 00111111010001100011111100111111001111110110000001001000 | 3f463f3f3f6048 |
UTF-8 | 혪F혩째혣`H | 111011011001100010101010010001101110110110011000101010011110110010100111101110001110110110011000101000110110000001001000 | ed98aa46ed98a9eca7b8ed98a36048 |
UHC | 혪F혩째혣`H | 1100001010010010010001101100001010010001110000101011000011000010100011000110000001001000 | c29246c291c2b0c28c6048 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)