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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雜呵イ危イ郁 | 11101000101101101001100111101000101100101000101011101011101100101000100011101000 | e8b699e8b28aebb288e8 |
EUC-JP | 雜呵イ危イ郁 | 111100001011100011010010111010101000111010110010101101001110110110001110101100101011000011101010 | f0b8d2ea8eb2b4ed8eb2b0ea |
UTF-8 | 雜呵イ危イ郁 | 111010011001101110011100111001011001000110110101111011111011110110110010111001011000110110110001111011111011110110110010111010011000001110000001 | e99b9ce591b5efbdb2e58db1efbdb2e98381 |
UHC | 雜呵?危?郁 | 11101101110110101100101010100111001111111110101011001011001111111110100111110100 | eddacaa73feacb3fe9f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)