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 | 騾。螂ス^ | 11101001100000001010000111100101101001011011110101011110 | e980a1e5a5bd5e |
EUC-JP | 騾。螂ス^ | 111100011110000010001110101000011110101010100111100011101011110101011110 | f1e08ea1eaa78ebd5e |
UTF-8 | 騾。螂ス^ | 11101001101010001011111011101111101111011010000111101000100111101000001011101111101111011011110101011110 | e9a8beefbda1e89e82efbdbd5e |
UHC | ??螂?^ | 001111110011111111010101110011000011111101011110 | 3f3fd5cc3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)