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 | 搖??寡? | 10011101100010100011111100111111100010011100011100111111 | 9d8a3f3f89c73f |
EUC-JP | 搖??寡濚 | 110110011110101000111111001111111011001011001001100011111100100110100001 | d9ea3f3fb2c98fc9a1 |
UTF-8 | 搖졾풄寡濚 | 111001101001000010010110111011001010000110111110111011011001001010000100111001011010111110100001111001101011111110011010 | e69096eca1beed9284e5afa1e6bf9a |
UHC | 搖졾풄寡濚 | 11101000111101001010000011100101101111101000110011001101111110111110011110111001 | e8f4a0e5be8ccdfbe7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)