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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逍・雜 | 1110011110010110101001011110100010110110 | e796a5e8b6 |
EUC-JP | 逍・雜 | 111011011111011010001110101001011111000010111000 | edf68ea5f0b8 |
UTF-8 | 逍・雜 | 111010011000000010001101111011111011110110100101111010011001101110011100 | e9808defbda5e99b9c |
UHC | 逍?雜 | 1110000111001110001111111110110111011010 | e1ce3fedda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)