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 | 霈懐荳妤ー | 111010001011110010001001111110011110010010111000111110101010010010110000 | e8bc89f9e4b8faa4b0 |
EUC-JP | 霈懐荳妤ー | 1111000010111110101100101111101111101000101110101000111110111001101011111000111010110000 | f0beb2fbe8ba8fb9af8eb0 |
UTF-8 | 霈懐荳妤ー | 111010011001110010001000111001101000011110010000111010001000110110110011111001011010011010100100111011111011110110110000 | e99c88e68790e88db3e5a6a4efbdb0 |
UHC | ??荳?? | 001111110011111111010100111001010011111100111111 | 3f3fd4e53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)