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 | 褻秘・榊 | 111001011111011010010100111010011010010110001101111001011111011010010100 | e5f694e9a58de5f694 |
EUC-JP | 褻秘・榊? | 111010101111100011001000111010111000111010100101101110101110011100111111 | eaf8c8eb8ea5bae73f |
UTF-8 | 褻秘・榊 | 111010001010010010111011111001111010011110011000111011111011110110100101111001101010011010001010111011101001001010111011 | e8a4bbe7a798efbda5e6a68aee92bb |
UHC | 褻秘??? | 11100000111000011101110111111010001111110011111100111111 | e0e1ddfa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)