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 | 蓆瑶\ | 1110010011101100111000001111010001011100 | e4ece0f45c |
EUC-JP | 蓆瑶\ | 1110100011101110111000001111011001011100 | e8eee0f65c |
UTF-8 | 蓆瑶\ | 11101000100100111000011011100111100100011011011001011100 | e89386e791b65c |
UHC | 蓆?\ | 11100000101101100011111101011100 | e0b63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)