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 | 弱??壓? | 10001110111000110011111100111111100110101101100000111111 | 8ee33f3f9ad83f |
| EUC-JP | 弱??壓? | 10111100111001010011111100111111110101001101101000111111 | bce53f3fd4da3f |
| UTF-8 | 弱덄뱩壓덨 | 111001011011110010110001111010111000110110000100111010111011000110101001111001011010001110010011111010111000110110101000 | e5bcb1eb8d84ebb1a9e5a393eb8da8 |
| UHC | 弱덄뱩壓덨 | 11100101101100001000100011100111100100111000111111100100111000101000100101000010 | e5b088e7938fe4e28942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)