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 | メ昮サ煮 | 1111000011100001110100101111101011010010101110111000111011001111 | f0e1d2fad2bb8ecf |
EUC-JP | ?メ昮サ煮 | 00111111100011101101001010001111110000101010101110001110101110111011110011010001 | 3f8ed28fc2ab8ebbbcd1 |
UTF-8 | メ昮サ煮 | 111011101000001010100000111011111011111010010010111001101001100010101110111011111011110110111011111001111000010110101110 | ee82a0efbe92e698aeefbdbbe785ae |
UHC | ????煮 | 001111110011111100111111001111111110110110110100 | 3f3f3f3fedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)