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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霑ェ鄂ケ | 111010001011111110101010111001111011110110111001 | e8bfaae7bdb9 |
EUC-JP | 霑ェ鄂ケ | 1111000011000001100011101010101011101110101111111000111010111001 | f0c18eaaeebf8eb9 |
UTF-8 | 霑ェ鄂ケ | 111010011001110010010001111011111011110110101010111010011000010010000010111011111011110110111001 | e99c91efbdaae98482efbdb9 |
UHC | 霑?鄂? | 111011111100010100111111111001001100011100111111 | efc53fe4c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)