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 | 鞜ス螽ッ礦 | 1110100011011111101111011110010110101000101011111110000111100110 | e8dfbde5a8afe1e6 |
EUC-JP | 鞜ス螽ッ礦 | 11110000111000011000111010111101111010101010101010001110101011111110001011101000 | f0e18ebdeaaa8eafe2e8 |
UTF-8 | 鞜ス螽ッ礦 | 111010011001111010011100111011111011110110111101111010001001111010111101111011111011110110101111111001111010010010100110 | e99e9cefbdbde89ebdefbdafe7a4a6 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)