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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 驕應クケE | 11101001100000011001110011100100101110001011100101000101 | e9819ce4b8b945 |
EUC-JP | 驕應クケE | 111100011110000111011000111001101000111010111000100011101011100101000101 | f1e1d8e68eb88eb945 |
UTF-8 | 驕應クケE | 11101001101010011001010111100110100001111000100111101111101111011011100011101111101111011011100101000101 | e9a995e68789efbdb8efbdb945 |
UHC | 驕應??E | 11001110111101101110101111101011001111110011111101000101 | cef6ebeb3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)