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 | 窈??役 | 111000100111011100111111001111111001011011110000 | e2773f3f96f0 |
EUC-JP | 窈?ˇ役 | 1110001111011000001111111000111110100010101100001100110011110010 | e3d83f8fa2b0ccf2 |
UTF-8 | 窈녷ˇ役 | 1110011110101010100010001110101110000101101101111100101110000111111001011011110110111001 | e7aa88eb85b7cb87e5bdb9 |
UHC | 窈녷ˇ役 | 1110100110100001100001101110011010100010101001111110011010110101 | e9a186e6a2a7e6b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)