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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 魴捫 | 11101001101101011001110101111110 | e9b59d7e |
EUC-JP | 魴捫 | 11110010101101111101100111011111 | f2b7d9df |
UTF-8 | 魴捫 | 111010011010110110110100111001101000110110101011 | e9adb4e68dab |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)