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 | 劾???餘? | 1000101001001110001111110011111100111111111010010101000000111111 | 8a4e3f3f3fe9503f |
| EUC-JP | 劾???餘? | 1011001110101111001111110011111100111111111100011011000100111111 | b3af3f3f3ff1b13f |
| UTF-8 | 劾숇礖붾餘술 | 111001011000101010111110111011001000100010000111111001111010010010010110111010111011011010111110111010011010010010011000111011001000100010100000 | e58abeec8887e7a496ebb6bee9a498ec88a0 |
| UHC | 劾숇礖붾餘술 | 111110101011011010011001111010111110011010100110100101001110101111100110101011101011110011111010 | fab699ebe6a694ebe6aebcfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)