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 | 11101001100011101010010011100110101111101011010101000101 | e98ea4e6beb545 |
EUC-JP | 骼、貔オE | 111100011110111010001110101001001110110011000000100011101011010101000101 | f1ee8ea4ecc08eb545 |
UTF-8 | 骼、貔オE | 11101001101010101011110011101111101111011010010011101000101100101001010011101111101111011011010101000101 | e9aabcefbda4e8b294efbdb545 |
UHC | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)