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 | 螟懋サ伎 | 111001011010010010011100111010101011101110001010111010101111010010110101 | e5a49ceabb8aeaf4b5 |
EUC-JP | 螟懋サ伎? | 111010101010011011011000111011001000111010111011101101001110110000111111 | eaa6d8ec8ebbb4ec3f |
UTF-8 | 螟懋サ伎 | 111010001001111010011111111001101000011110001011111011111011110110111011111001001011110010001110111011101000110110100100 | e89e9fe6878befbdbbe4bc8eee8da4 |
UHC | 螟懋?伎? | 1101100110101101110110011110010100111111110100001110101100111111 | d9add9e53fd0eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)