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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 闌ッ莠墓侍F | 11101000100011001010111111100100101110101001010111100110100011101001100001000110 | e88cafe4ba95e68e9846 |
EUC-JP | 闌ッ莠墓侍F | 1110111111101100100011101010111111101000101111001100101011101000101110111111100001000110 | efec8eafe8bccae8bbf846 |
UTF-8 | 闌ッ莠墓侍F | 11101001100101111000110011101111101111011010111111101000100011101010000011100101101000101001001111100100101111101000110101000110 | e9978cefbdafe88ea0e5a293e4be8d46 |
UHC | ???墓侍F | 0011111100111111001111111101100111010111111000111011010001000110 | 3f3f3fd9d7e3b446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)