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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 瀋?? | 11100000011000110011111100111111 | e0633f3f |
| EUC-JP | 瀋?? | 11011111110001000011111100111111 | dfc43f3f |
| UTF-8 | 瀋뜆렯 | 111001111000000010001011111010111001110010000110111010111010000010101111 | e7808beb9c86eba0af |
| UHC | 瀋뜆렯 | 111001001010001110001101100010011000111010111100 | e4a38d898ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)