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 | 繹ょ? | 1110001110001000100000101110010100111111 | e38882e53f |
| EUC-JP | 繹ょ? | 1110010111101000101001001110011100111111 | e5e8a4e73f |
| UTF-8 | 繹ょ첋 | 111001111011100110111001111000111000001010000111111011001011001010001011 | e7b9b9e38287ecb28b |
| UHC | 繹ょ첋 | 111001101011101010101010111001111010101010011000 | e6baaae7aa98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)