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 | 蓉莟\ | 1001011101110101111001001010111101011100 | 9775e4af5c |
EUC-JP | 蓉莟\ | 1100110111010110111010001011000101011100 | cdd6e8b15c |
UTF-8 | 蓉莟\ | 11101000100100111000100111101000100011101001111101011100 | e89389e88e9f5c |
UHC | 蓉?\ | 11101001110010000011111101011100 | e9c83f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)