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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 怏????F | 10011100100010010011111100111111001111110011111101000110 | 9c893f3f3f3f46 |
EUC-JP | 怏??飡?F | 110101111110100100111111001111111000111111101000110010000011111101000110 | d7e93f3f8fe8c83f46 |
UTF-8 | 怏얘램飡밄F | 11100110100000001000111111101100100101101001100011101011100111101010100011101001101000111010000111101011101100001000010001000110 | e6808fec9698eb9ea8e9a3a1ebb08446 |
UHC | 怏얘램飡밄F | 1110010011101000101111101110101010110111101001011110000111100010100100110100001001000110 | e4e8beeab7a5e1e2934246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)