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 | 禎?二℡? | 1001001011110101001111111001001111110001100001111000010000111111 | 92f53f93f187843f |
| EUC-JP | 禎?二?? | 11000100111101110011111111000110111100110011111100111111 | c4f73fc6f33f3f |
| UTF-8 | 禎렕二℡ㄼ | 111001111010011010001110111010111010000010010101111001001011101010001100111000101000010010100001111000111000010010111100 | e7a68eeba095e4ba8ce284a1e384bc |
| UHC | 禎렕二℡ㄼ | 11101111111011101000111010101010111011001010001110100010111001011010010010101100 | efee8eaaeca3a2e5a4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)