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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 膺???議? | 1110010001011110001111110011111100111111100010110110001100111111 | e45e3f3f3f8b633f |
| EUC-JP | 膺???議? | 1110011110111111001111110011111100111111101101011100010000111111 | e7bf3f3f3fb5c43f |
| UTF-8 | 膺면렦렡議렱 | 111010001000011010111010111010111010100110110100111010111010000010100110111010111010000010100001111010001010110110110000111010111010000010110001 | e886baeba9b4eba0a6eba0a1e8adb0eba0b1 |
| UHC | 膺면렦렡議렱 | 111010111110110010111000111010011000111010110101100011101011001011101100101000011000111010111110 | ebecb8e98eb58eb2eca18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)