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 | 霈餓椋雕曰 | 11101000101111001000100111101100100101101011100011101000101110001001111001001000 | e8bc89ec96b8e8b89e48 |
EUC-JP | 霈餓椋雕曰 | 11110000101111101011001011101110110011001011101011110000101110101101101110101001 | f0beb2eeccbaf0badba9 |
UTF-8 | 霈餓椋雕曰 | 111010011001110010001000111010011010010010010011111001101010010010001011111010011001101110010101111001101001101110110000 | e99c88e9a493e6a48be99b95e69bb0 |
UHC | ?餓?雕曰 | 0011111111100100101110110011111111110000111001111110100011011000 | 3fe4bb3ff0e7e8d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)