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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | ?蒡?蒡B | 00111111111001001110111000111111111001001110111001000010 | 3fe4ee3fe4ee42 |
| EUC-JP | ?蒡?蒡B | 00111111111010001111000000111111111010001111000001000010 | 3fe8f03fe8f042 |
| UTF-8 | 렺蒡렺蒡B | 11101011101000001011101011101000100100101010000111101011101000001011101011101000100100101010000101000010 | eba0bae892a1eba0bae892a142 |
| UHC | 렺蒡렺蒡B | 100011101100001011011011101111001000111011000010110110111011110001000010 | 8ec2dbbc8ec2dbbc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)