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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | 底ο?A | 100100101110101010000011110011010011111101000001 | 92ea83cd3f41 |
| EUC-JP | 底ο?A | 110001001110110010100110110011110011111101000001 | c4eca6cf3f41 |
| UTF-8 | 底ο숴A | 111001011011101010010101110011101011111111101100100010001011010001000001 | e5ba95cebfec88b441 |
| UHC | 底ο숴A | 11101110101111001010010111101111101111011010010001000001 | eebca5efbda441 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)