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 | ??????d | 00111111001111110011111100111111001111110011111101100100 | 3f3f3f3f3f3f64 |
SJIS-WIN | 魍郁ェー蛛エd | 11101001101100011000100011101000101010101011000011100101100000011011010001100100 | e9b188e8aab0e581b464 |
EUC-JP | 魍郁ェー蛛エd | 11110010101100111011000011101010100011101010101010001110101100001110100111100001100011101011010001100100 | f2b3b0ea8eaa8eb0e9e18eb464 |
UTF-8 | 魍郁ェー蛛エd | 11101001101011011000110111101001100000111000000111101111101111011010101011101111101111011011000011101000100110111001101111101111101111011011010001100100 | e9ad8de98381efbdaaefbdb0e89b9befbdb464 |
UHC | ?郁??蛛?d | 001111111110100111110100001111110011111111110001110010000011111101100100 | 3fe9f43f3ff1c83f64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)