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 | 閼幃囂遘起 | 11101000100001001001101111101001100110101000111111100111101001111000101101001110 | e8849be99a8fe7a78b4e |
| EUC-JP | 閼幃囂遘起 | 11101111111001001101011011101011110100111110111111101110101010011011010110101111 | efe4d6ebd3efeea9b5af |
| UTF-8 | 閼幃囂遘起 | 111010011001011010111100111001011011100110000011111001011001101110000010111010011000000110011000111010001011010110110111 | e996bce5b983e59b82e98198e8b5b7 |
| UHC | 閼???起 | 11100100110110010011111100111111001111111101000111000011 | e4d93f3f3fd1c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)