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 | T¶iT¶iB | 1001001001010100100100011011011001101001100100100101010010010001101101100110100101000010 | 925491b669925491b66942 |
| SJIS-WIN | ?T?¶i?T?¶iB | 00111111010101000011111110000001111101110110100100111111010101000011111110000001111101110110100101000010 | 3f543f81f7693f543f81f76942 |
| EUC-JP | ?T?¶i?T?¶iB | 00111111010101000011111110100010111110010110100100111111010101000011111110100010111110010110100101000010 | 3f543fa2f9693f543fa2f96942 |
| UTF-8 | T¶iT¶iB | 1100001010010010010101001100001010010001110000101011011001101001110000101001001001010100110000101001000111000010101101100110100101000010 | c29254c291c2b669c29254c291c2b66942 |
| UHC | ?T?¶i?T?¶iB | 00111111010101000011111110100010110100100110100100111111010101000011111110100010110100100110100101000010 | 3f543fa2d2693f543fa2d26942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)