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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 匙??鵝 | 100011011111101000111111001111111110101001000000 | 8dfa3f3fea40 |
EUC-JP | 匙??鵝 | 101110101111110000111111001111111111001110100001 | bafc3f3ff3a1 |
UTF-8 | 匙뗦돧鵝 | 111001011000110010011001111010111001011110100110111010111000111110100111111010011011010110011101 | e58c99eb97a6eb8fa7e9b59d |
UHC | 匙뗦돧鵝 | 1110001110110101100010111110011010001001101010111110010010111101 | e3b58be689abe4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)