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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 獸窶犹牋 | 1110000011010111111000101000000011100000101110011110000010101110 | e0d7e280e0b9e0ae |
| EUC-JP | 獸窶犹牋 | 1110000011011001111000111110000011100000101110111110000010110000 | e0d9e3e0e0bbe0b0 |
| UTF-8 | 獸窶犹牋 | 111001111000110110111000111001111010101010110110111001111000101010111001111001111000100110001011 | e78db8e7aab6e78ab9e7898b |
| UHC | 獸??? | 1110001010101110001111110011111100111111 | e2ae3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)