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 | 毅??邑? | 10001011010000100011111100111111100101110101011100111111 | 8b423f3f97573f |
| EUC-JP | 毅??邑? | 10110101101000110011111100111111110011011011100000111111 | b5a33f3fcdb83f |
| UTF-8 | 毅잙맑邑풟 | 111001101010111110000101111011001001111010011001111010111010011110010001111010011000001010010001111011011001001010011111 | e6af85ec9e99eba791e98291ed929f |
| UHC | 毅잙맑邑풟 | 11101011111101101001111111101011101110001011110011101011111010011011111101000010 | ebf69febb8bcebe9bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)