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 | ????dO | 001111110011111100111111001111110110010001001111 | 3f3f3f3f644f |
| SJIS-WIN | ??瑙?dO | 00111111001111111110000011101101001111110110010001001111 | 3f3fe0ed3f644f |
| EUC-JP | ??瑙?dO | 00111111001111111110000011101111001111110110010001001111 | 3f3fe0ef3f644f |
| UTF-8 | 렺읖瑙렏dO | 1110101110100000101110101110110010011101100101101110011110010001100110011110101110100000100011110110010001001111 | eba0baec9d96e79199eba08f644f |
| UHC | 렺읖瑙렏dO | 10001110110000101100000011000101110100101100010110001110101001010110010001001111 | 8ec2c0c5d2c58ea5644f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)