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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 壤????? | 10011010110111110011111100111111001111110011111100111111 | 9adf3f3f3f3f3f |
| EUC-JP | 壤??縕?? | 110101001110000100111111001111111000111111010100110000100011111100111111 | d4e13f3f8fd4c23f3f |
| UTF-8 | 壤쎾걙縕띸윟 | 111001011010001110100100111011001000111010111110111010101011000110011001111001111011100010010101111010111001110110111000111011001001110010011111 | e5a3a4ec8ebeeab199e7b895eb9db8ec9c9f |
| UHC | 壤쎾걙縕띸윟 | 111001011011110110011011111001011000000110000011111010001011001010001101111001111001111110100010 | e5bd9be58183e8b28de79fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)