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 | ??§? | 00111111001111111010011100111111 | 3f3fa73f |
SJIS-WIN | 顏咲§籬 | 1110100011111000100011011110011110000001100110001110001011011111 | e8f88de78198e2df |
EUC-JP | 顏咲§籬 | 1111000011111010101110101110100110100001111110001110010011100001 | f0fabae9a1f8e4e1 |
UTF-8 | 顏咲§籬 | 1110100110100001100011111110010110010010101100101100001010100111111001111011000110101100 | e9a18fe592b2c2a7e7b1ac |
UHC | ??§籬 | 001111110011111110100001110101111101011111100110 | 3f3fa1d7d7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)