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 | 霑ェ荵溷气 | 111010001011111110101010111001001011100110011111111001011001111110000011 | e8bfaae4b99fe59f83 |
EUC-JP | 霑ェ荵溷气 | 11110000110000011000111010101010111010001011101111011110111001111101110111100011 | f0c18eaae8bbdee7dde3 |
UTF-8 | 霑ェ荵溷气 | 111010011001110010010001111011111011110110101010111010001000110110110101111001101011101010110111111001101011000010010100 | e99c91efbdaae88db5e6bab7e6b094 |
UHC | 霑???? | 111011111100010100111111001111110011111100111111 | efc53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)