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 | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 鈿エ蛻サ遲ャF | 11100111111011011011010011100101100010001011101111100111101011011010110001000110 | e7edb4e588bbe7adac46 |
EUC-JP | 鈿エ蛻サ遲ャF | 11101110111011111000111010110100111010011110100010001110101110111110111010101111100011101010110001000110 | eeef8eb4e9e88ebbeeaf8eac46 |
UTF-8 | 鈿エ蛻サ遲ャF | 11101001100010001011111111101111101111011011010011101000100110111011101111101111101111011011101111101001100000011011001011101111101111011010110001000110 | e988bfefbdb4e89bbbefbdbbe981b2efbdac46 |
UHC | 鈿???遲?F | 111011111010111100111111001111110011111111110010110000000011111101000110 | efaf3f3f3ff2c03f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)