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????LF | 0011111101000110001111110011111100111111001111110100110001000110 | 3f463f3f3f3f4c46 |
SJIS-WIN | ?F????LF | 0011111101000110001111110011111100111111001111110100110001000110 | 3f463f3f3f3f4c46 |
EUC-JP | ?F????LF | 0011111101000110001111110011111100111111001111110100110001000110 | 3f463f3f3f3f4c46 |
UTF-8 | 혪F혩짤혩짢LF | 111011011001100010101010010001101110110110011000101010011110110010100111101001001110110110011000101010011110110010100111101000100100110001000110 | ed98aa46ed98a9eca7a4ed98a9eca7a24c46 |
UHC | 혪F혩짤혩짢LF | 11000010100100100100011011000010100100011100001010101001110000101001000111000010101010000100110001000110 | c29246c291c2a9c291c2a84c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)