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 | 闍樣囂遘規 | 11101000100010111001111011101001100110101000111111100111101001111000101101001011 | e88b9ee99a8fe7a78b4b |
| EUC-JP | 闍樣囂遘規 | 11101111111010111101110011101011110100111110111111101110101010011011010110101100 | efebdcebd3efeea9b5ac |
| UTF-8 | 闍樣囂遘規 | 111010011001011110001101111001101010100010100011111001011001101110000010111010011000000110011000111010001010011010001111 | e9978de6a8a3e59b82e98198e8a68f |
| UHC | ?樣??規 | 00111111111001011100011000111111001111111101000010101110 | 3fe5c63f3fd0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)