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 | 糂莊\ | 1110001011110001111001001011010101011100 | e2f1e4b55c |
EUC-JP | 糂莊\ | 1110010011110011111010001011011101011100 | e4f3e8b75c |
UTF-8 | 糂莊\ | 11100111101100111000001011101000100011101000101001011100 | e7b382e88e8a5c |
UHC | ?莊\ | 00111111111011011111011001011100 | 3fedf65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)