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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 曖??曖 | 100111100100001000111111001111111001111001000010 | 9e423f3f9e42 |
EUC-JP | 曖??曖 | 110110111010001100111111001111111101101110100011 | dba33f3fdba3 |
UTF-8 | 曖면옦曖 | 111001101001101110010110111010111010100110110100111011001001100010100110111001101001101110010110 | e69b96eba9b4ec98a6e69b96 |
UHC | 曖면옦曖 | 1110010011110010101110001110100110011110101001101110010011110010 | e4f2b8e99ea6e4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)