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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 閻??? | 1110100010000101001111110011111100111111 | e8853f3f3f |
| EUC-JP | 閻??? | 1110111111100101001111110011111100111111 | efe53f3f3f |
| UTF-8 | 閻⑹뵽溜 | 111010011001011010111011111000101001000110111001111010111011010110111101111011111010011110001011 | e996bbe291b9ebb5bdefa78b |
| UHC | 閻⑹뵽溜 | 1110011110100010101010011110110010010100101110111110101011111110 | e7a2a9ec94bbeafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)