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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 魘卯\}魘卯\{^ | 11101001101101001000100101001011010111000111110111101001101101001000100101001011010111000111101101011110 | e9b4894b5c7de9b4894b5c7b5e |
EUC-JP | 魘卯\}魘卯\{^ | 11110010101101101011000110101100010111000111110111110010101101101011000110101100010111000111101101011110 | f2b6b1ac5c7df2b6b1ac5c7b5e |
UTF-8 | 魘卯\}魘卯\{^ | 1110100110101101100110001110010110001101101011110101110001111101111010011010110110011000111001011000110110101111010111000111101101011110 | e9ad98e58daf5c7de9ad98e58daf5c7b5e |
UHC | ?卯\}?卯\{^ | 0011111111011001110101100101110001111101001111111101100111010110010111000111101101011110 | 3fd9d65c7d3fd9d65c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)