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 | 茱拷湿 | 111001001010001110001101100010011000111010111100 | e4a38d898ebc |
| EUC-JP | 茱拷湿 | 111010001010010110111001111010011011110010111110 | e8a5b9e9bcbe |
| UTF-8 | 茱拷湿 | 111010001000110010110001111001101000101110110111111001101011100110111111 | e88cb1e68bb7e6b9bf |
| UHC | 茱拷? | 1110001010111100110011011011100000111111 | e2bccdb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)