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 | 蘊ゅ? | 1110010101011101100000101110001100111111 | e55d82e33f |
| EUC-JP | 蘊ゅ? | 1110100110111110101001001110010100111111 | e9bea4e53f |
| UTF-8 | 蘊ゅ폀 | 111010001001100010001010111000111000001010000101111011011000111110000000 | e8988ae38285ed8f80 |
| UHC | 蘊ゅ폀 | 111010001011001110101010111001011011110010001111 | e8b3aae5bc8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)