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 | 搖???絶 | 10011101100010100011111100111111001111111001000011100010 | 9d8a3f3f3f90e2 |
EUC-JP | 搖??珙絶 | 110110011110101000111111001111111000111111001011111100011100000011100100 | d9ea3f3f8fcbf1c0e4 |
UTF-8 | 搖삡빰珙絶 | 111001101001000010010110111011001000001010100001111010111011100110110000111001111000111110011001111001111011010110110110 | e69096ec82a1ebb9b0e78f99e7b5b6 |
UHC | 搖삡빰珙絶 | 11101000111101001011101111100100101110111010001111001101111101011110111110111110 | e8f4bbe4bba3cdf5efbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)