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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 疔膜礒 | 111000010110101010010110100011001110001001000101 | e16a968ce245 |
EUC-JP | 疔膜礒 | 111000011100101111001011111011001110001110100110 | e1cbcbece3a6 |
UTF-8 | 疔膜礒 | 111001111001011010010100111010001000011010011100111001111010010010010010 | e79694e8869ce7a492 |
UHC | ?膜? | 00111111110110001010111100111111 | 3fd8af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)