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 | 迪揚\ | 1110011110001100100101110110011101011100 | e78c97675c |
EUC-JP | 迪揚\ | 1110110111101100110011011100100001011100 | edeccdc85c |
UTF-8 | 迪揚\ | 11101000101111111010101011100110100011111001101001011100 | e8bfaae68f9a5c |
UHC | 迪揚\ | 1110111011101000111001011100000001011100 | eee8e5c05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)