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 | 楮???搖 | 10011110101110000011111100111111001111111001110110001010 | 9eb83f3f3f9d8a |
EUC-JP | 楮?珽?搖 | 110111001011101000111111100011111100101111111110001111111101100111101010 | dcba3f8fcbfe3fd9ea |
UTF-8 | 楮렓珽렰搖 | 111001101010010110101110111010111010000010010011111001111000111110111101111010111010000010110000111001101001000010010110 | e6a5aeeba093e78fbdeba0b0e69096 |
UHC | 楮렓珽렰搖 | 11101110101111111000111010101000111011111110101010001110101111011110100011110100 | eebf8ea8efea8ebde8f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)