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 | 嶸よ? | 1111101010110100100000101110011000111111 | fab482e63f |
| EUC-JP | 嶸よ? | 100011111011101111110100101001001110100000111111 | 8fbbf4a4e83f |
| UTF-8 | 嶸よ퀕 | 111001011011011010111000111000111000001010001000111011011000000010010101 | e5b6b8e38288ed8095 |
| UHC | 嶸よ퀕 | 111001111010111010101010111010001011001110001010 | e7aeaae8b38a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)