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 | ???c???cB | 001111110011111100111111011000110011111100111111001111110110001101000010 | 3f3f3f633f3f3f6342 |
| SJIS-WIN | ???c???cB | 001111110011111100111111011000110011111100111111001111110110001101000010 | 3f3f3f633f3f3f6342 |
| EUC-JP | ???c???cB | 001111110011111100111111011000110011111100111111001111110110001101000010 | 3f3f3f633f3f3f6342 |
| UTF-8 | 첬쨋짧c첬쨋짧cB | 111011001011001010101100111011001010100010001011111011001010011110100111011000111110110010110010101011001110110010101000100010111110110010100111101001110110001101000010 | ecb2aceca88beca7a763ecb2aceca88beca7a76342 |
| UHC | 첬쨋짧c첬쨋짧cB | 110000111011101011000010101101101100001010101010011000111100001110111010110000101011011011000010101010100110001101000010 | c3bac2b6c2aa63c3bac2b6c2aa6342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)