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 | 雜ウ讖句 | 111010001011011010110011111001101010100110001011111001011111001010111011 | e8b6b3e6a98be5f2bb |
EUC-JP | 雜ウ讖句? | 111100001011100010001110101100111110110010101011101101101110011100111111 | f0b88eb3ecabb6e73f |
UTF-8 | 雜ウ讖句 | 111010011001101110011100111011111011110110110011111010001010111010010110111001011000111110100101111011101000011110110010 | e99b9cefbdb3e8ae96e58fa5ee87b2 |
UHC | 雜?讖句? | 1110110111011010001111111111001111011001110011111010001100111111 | edda3ff3d9cfa33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)