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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 坦卒嘆探h | 100100100101001010010001101100101001001001010001100100100101010001101000 | 925291b29251925468 |
EUC-JP | 坦卒嘆探h | 110000111011001111000010101101001100001110110010110000111011010101101000 | c3b3c2b4c3b2c3b568 |
UTF-8 | 坦卒嘆探h | 11100101100111011010011011100101100011011001001011100101100110001000011011100110100011101010001001101000 | e59da6e58d92e59886e68ea268 |
UHC | 坦卒嘆探h | 111101111010010011110000111011111111011110100011111101111010111001101000 | f7a4f0eff7a3f7ae68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)