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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 疔倆癈\ | 11100001011010101001100011101101111000011001001101011100 | e16a98ede1935c |
EUC-JP | 疔倆癈\ | 11100001110010111101000011101111111000011111001101011100 | e1cbd0efe1f35c |
UTF-8 | 疔倆癈\ | 11100111100101101001010011100101100000001000011011100111100110011000100001011100 | e79694e58086e799885c |
UHC | ?倆?\ | 0011111111010101110101100011111101011100 | 3fd5d63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)