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 | ???[???[B | 001111110011111100111111010110110011111100111111001111110101101101000010 | 3f3f3f5b3f3f3f5b42 |
| SJIS-WIN | ???[???[B | 001111110011111100111111010110110011111100111111001111110101101101000010 | 3f3f3f5b3f3f3f5b42 |
| EUC-JP | ???[???[B | 001111110011111100111111010110110011111100111111001111110101101101000010 | 3f3f3f5b3f3f3f5b42 |
| UTF-8 | 泥좎갼[泥좎갼[B | 111011111010011110100011111011001010001010001110111010101011000010111100010110111110111110100111101000111110110010100010100011101110101010110000101111000101101101000010 | efa7a3eca28eeab0bc5befa7a3eca28eeab0bc5b42 |
| UHC | 泥좎갼[泥좎갼[B | 111011001011001010100000111011001011000010111110010110111110110010110010101000001110110010110000101111100101101101000010 | ecb2a0ecb0be5becb2a0ecb0be5b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)