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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 莠梧ゥ滄」 | 1110010010111010100011001110011010101001100111111110100110100011 | e4ba8ce6a99fe9a3 |
| EUC-JP | 莠梧ゥ滄」 | 11101000101111001011100011101000100011101010100111011110111010111000111010100011 | e8bcb8e88ea9deeb8ea3 |
| UTF-8 | 莠梧ゥ滄」 | 111010001000111010100000111001101010001010100111111011111011110110101001111001101011101110000100111011111011110110100011 | e88ea0e6a2a7efbda9e6bb84efbda3 |
| UHC | ?梧?滄? | 00111111111001111111110000111111111100111110011100111111 | 3fe7fc3ff3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)