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 | 111010111010110010110111111010111010110110001100111010111010101110000101011000111110101110101100101101111110101110101101100011001110101110101011100001010110001101000010 | ebacb7ebad8cebab8563ebacb7ebad8cebab856342 |
| UHC | 묷뭌뫅c묷뭌뫅cB | 100100100100101110010010010101111001000110101000011000111001001001001011100100100101011110010001101010000110001101000010 | 924b925791a863924b925791a86342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)