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 | ???約? | 001111110011111100111111100101101111000100111111 | 3f3f3f96f13f |
| EUC-JP | 璵??約? | 1000111111001100111001100011111100111111110011001111001100111111 | 8fcce63f3fccf33f |
| UTF-8 | 璵딅쉘約쟏 | 111001111001001010110101111010111001010010000101111011001000100110011000111001111011010010000100111011001001111110001111 | e792b5eb9485ec8998e7b484ec9f8f |
| UHC | 璵딅쉘約쟏 | 11100110101001011000101011101011101111011010100111100101101100111010000001001111 | e6a58aebbda9e5b3a04f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)