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 | «±«³l | 10001111101010111011000110001111101010111011001101101100 | 8fabb18fabb36c |
SJIS-WIN | ??±???l | 0011111100111111100000010111110100111111001111110011111101101100 | 3f3f817d3f3f3f6c |
EUC-JP | ??±???l | 0011111100111111101000011101111000111111001111110011111101101100 | 3f3fa1de3f3f3f6c |
UTF-8 | «±«³l | 11000010100011111100001010101011110000101011000111000010100011111100001010101011110000101011001101101100 | c28fc2abc2b1c28fc2abc2b36c |
UHC | ??±??³l | 001111110011111110100001101111100011111100111111101010011111100001101100 | 3f3fa1be3f3fa9f86c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)