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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 謠??謠??B | 111001101000111100111111001111111110011010001111001111110011111101000010 | e68f3f3fe68f3f3f42 |
| EUC-JP | 謠??謠??B | 111010111110111100111111001111111110101111101111001111110011111101000010 | ebef3f3febef3f3f42 |
| UTF-8 | 謠쇽쉬謠쇽쉬B | 11101000101011001010000011101100100001111011110111101100100010011010110011101000101011001010000011101100100001111011110111101100100010011010110001000010 | e8aca0ec87bdec89ace8aca0ec87bdec89ac42 |
| UHC | 謠쇽쉬謠쇽쉬B | 11101001101010101011110011101111101111011010110011101001101010101011110011101111101111011010110001000010 | e9aabcefbdace9aabcefbdac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)