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????B | 00111111010101000011111100111111001111110011111101000010 | 3f543f3f3f3f42 |
| SJIS-WIN | ?T????B | 00111111010101000011111100111111001111110011111101000010 | 3f543f3f3f3f42 |
| EUC-JP | ?T????B | 00111111010101000011111100111111001111110011111101000010 | 3f543f3f3f3f42 |
| UTF-8 | 청T짼챕횋챕B | 1110110010110010101011010101010011101100101001111011110011101100101100011001010111101101100110101000101111101100101100011001010101000010 | ecb2ad54eca7bcecb195ed9a8becb19542 |
| UHC | 청T짼챕횋챕B | 110000111011101101010100110000101011001011000011101010011100001110001001110000111010100101000010 | c3bb54c2b2c3a9c389c3a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)