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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 議?????B | 1000101101100011001111110011111100111111001111110011111101000010 | 8b633f3f3f3f3f42 |
| EUC-JP | 議?????B | 1011010111000100001111110011111100111111001111110011111101000010 | b5c43f3f3f3f3f42 |
| UTF-8 | 議흠렮댄렱렮B | 11101000101011011011000011101101100111011010000011101011101000001010111011101011100011001000010011101011101000001011000111101011101000001010111001000010 | e8adb0ed9da0eba0aeeb8c84eba0b1eba0ae42 |
| UHC | 議흠렮댄렱렮B | 11101100101000011100100011101100100011101011101110110100111011011000111010111110100011101011101101000010 | eca1c8ec8ebbb4ed8ebe8ebb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)