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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鞦、蛻サ霈ッB | 11101000111000011010010011100101100010001011101111101000101111001010111101000010 | e8e1a4e588bbe8bcaf42 |
EUC-JP | 鞦、蛻サ霈ッB | 11110000111000111000111010100100111010011110100010001110101110111111000010111110100011101010111101000010 | f0e38ea4e9e88ebbf0be8eaf42 |
UTF-8 | 鞦、蛻サ霈ッB | 11101001100111101010011011101111101111011010010011101000100110111011101111101111101111011011101111101001100111001000100011101111101111011010111101000010 | e99ea6efbda4e89bbbefbdbbe99c88efbdaf42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)