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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 巐庭讌、嶸ァ | 11111010101101101001001011101011111001101010010110100100111110101011010010100111 | fab692ebe6a5a4fab4a7 |
| EUC-JP | 巐庭讌、嶸ァ | 1000111110111011111110011100010011101101111011001010011110001110101001001000111110111011111101001000111010100111 | 8fbbf9c4edeca78ea48fbbf48ea7 |
| UTF-8 | 巐庭讌、嶸ァ | 111001011011011110010000111001011011101010101101111010001010111010001100111011111011110110100100111001011011011010111000111011111011110110100111 | e5b790e5baade8ae8cefbda4e5b6b8efbda7 |
| UHC | ?庭??嶸? | 0011111111101111110101000011111100111111111001111010111000111111 | 3fefd43f3fe7ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)