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 | 淨論f邑? | 100111111100010010011000010111111000001010000110100101110101011100111111 | 9fc4985f828697573f |
EUC-JP | 淨論f邑? | 110111101100011011001111110000001010001111100110110011011011100000111111 | dec6cfc0a3e6cdb83f |
UTF-8 | 淨論f邑렲 | 111001101011011110101000111010001010101110010110111011111011110110000110111010011000001010010001111010111010000010110010 | e6b7a8e8ab96efbd86e98291eba0b2 |
UHC | 淨論f邑렲 | 11101111111001001101011011100101101000111110011011101011111010011000111010111111 | efe4d6e5a3e6ebe98ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)