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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 騾。遞ソ^ | 11101001100000001010000111100111101010001011111101011110 | e980a1e7a8bf5e |
EUC-JP | 騾。遞ソ^ | 111100011110000010001110101000011110111010101010100011101011111101011110 | f1e08ea1eeaa8ebf5e |
UTF-8 | 騾。遞ソ^ | 11101001101010001011111011101111101111011010000111101001100000011001111011101111101111011011111101011110 | e9a8beefbda1e9819eefbdbf5e |
UHC | ??遞?^ | 001111110011111111110100111101100011111101011110 | 3f3ff4f63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)