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 | ’?純 | 1000000101100110001111111000111110000011 | 81663f8f83 |
| EUC-JP | ’?純 | 1010000111000111001111111011110111100011 | a1c73fbde3 |
| UTF-8 | ’룶純 | 111000101000000010011001111010111010001110110110111001111011010010010100 | e28099eba3b6e7b494 |
| UHC | ’룶純 | 101000011010111110001111101010111110001011101101 | a1af8fabe2ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)