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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 魘ェ雋隠 | 11101001101101001010101011101000101100101000100101000010 | e9b4aae8b28942 |
EUC-JP | 魘ェ雋隠 | 1111001010110110100011101010101011110000101101001011000110100011 | f2b68eaaf0b4b1a3 |
UTF-8 | 魘ェ雋隠 | 111010011010110110011000111011111011110110101010111010011001101110001011111010011001101010100000 | e9ad98efbdaae99b8be99aa0 |
UHC | ??雋? | 0011111100111111111100011110011000111111 | 3f3ff1e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)