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 | 安升\ | 1000100011000000100011111010000101011100 | 88c08fa15c |
EUC-JP | 安升\ | 1011000011000010101111101010001101011100 | b0c2bea35c |
UTF-8 | 安升\ | 11100101101011101000100111100101100011011000011101011100 | e5ae89e58d875c |
UHC | 安升\ | 1110010011001100111000111010111001011100 | e4cce3ae5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)