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 | 螟壽搗蟆 | 1110010110100100100110101110011010011101100100011110010110110000 | e5a49ae69d91e5b0 |
EUC-JP | 螟壽搗蟆 | 1110101010100110110101001110100011011001111100011110101010110010 | eaa6d4e8d9f1eab2 |
UTF-8 | 螟壽搗蟆 | 111010001001111010011111111001011010001110111101111001101001000010010111111010001001111110000110 | e89e9fe5a3bde69097e89f86 |
UHC | 螟壽搗? | 11011001101011011110000111111000110100111111110100111111 | d9ade1f8d3fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)