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 | 借丈ン | 1000111011011000100011111110010011011101 | 8ed88fe4dd |
| EUC-JP | 借丈ン | 101111001101101010111110111001101000111011011101 | bcdabee68edd |
| UTF-8 | 借丈ン | 111001011000000010011111111001001011100010001000111011111011111010011101 | e5809fe4b888efbe9d |
| UHC | 借丈? | 1111001110101000111011011101101100111111 | f3a8eddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)