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 | 伍??訟? | 10001100110111100011111100111111100011111101011100111111 | 8cde3f3f8fd73f |
| EUC-JP | 伍??訟? | 10111000111000000011111100111111101111101101100100111111 | b8e03f3fbed93f |
| UTF-8 | 伍당쾵訟귻 | 111001001011110010001101111010111000101110111001111011001011111010110101111010001010100010011111111010101011011110111011 | e4bc8deb8bb9ecbeb5e8a89feab7bb |
| UHC | 伍당쾵訟귻 | 11100111111010101011010011100111101100101000101111100001111010001000001101000010 | e7eab4e7b28be1e88342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)