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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 闖ス] | 11101000100011111011110101011101 | e88fbd5d |
EUC-JP | 闖ス] | 1110111111101111100011101011110101011101 | efef8ebd5d |
UTF-8 | 闖ス] | 11101001100101111001011011101111101111011011110101011101 | e99796efbdbd5d |
UHC | 闖?] | 11110111111001100011111101011101 | f7e63f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)