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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 縊?\ | 11100011011011110011111101011100 | e36f3f5c |
EUC-JP | 縊?\ | 11100101110100000011111101011100 | e5d03f5c |
UTF-8 | 縊챚\ | 11100111101110001000101011101100101100011001101001011100 | e7b88aecb19a5c |
UHC | 縊챚\ | 1110010011111100101010100110011101011100 | e4fcaa675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)