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 | 煆室鳧悉霖 | 11111011010101101000111010111010111010011110100010001110101110111110100011000001 | fb568ebae9e88ebbe8c1 |
EUC-JP | 煆室鳧悉霖 | 1000111111001001111101001011110010111100111100101110101010111100101111011111000011000011 | 8fc9f4bcbcf2eabcbdf0c3 |
UTF-8 | 煆室鳧悉霖 | 111001111000010110000110111001011010111010100100111010011011001110100111111001101000001010001001111010011001110010010110 | e78586e5aea4e9b3a7e68289e99c96 |
UHC | ?室鳧悉霖 | 001111111110001111111000110111011100000011100011111110101101011111111101 | 3fe3f8ddc0e3fad7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)