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 | 壌閒ヲ車 | 10001111111010111111101111101000101001101000111011010100 | 8febfbe8a68ed4 |
| EUC-JP | 壌?ヲ車 | 10111110111011010011111110001110101001101011110011010110 | beed3f8ea6bcd6 |
| UTF-8 | 壌閒ヲ車 | 111001011010001110001100111010011001011010010010111011111011110110100110111010001011101110001010 | e5a38ce99692efbda6e8bb8a |
| UHC | ?閒?車 | 001111111111100111011001001111111111001110110011 | 3ff9d93ff3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)