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 | 蛟急蛟宮^ | 111001011000000010001011011111011110010110000000100010110111101101011110 | e5808b7de5808b7b5e |
EUC-JP | 蛟急蛟宮^ | 111010011110000010110101110111101110100111100000101101011101110001011110 | e9e0b5dee9e0b5dc5e |
UTF-8 | 蛟急蛟宮^ | 11101000100110111001111111100110100000001010010111101000100110111001111111100101101011101010111001011110 | e89b9fe680a5e89b9fe5aeae5e |
UHC | 蛟急蛟宮^ | 110011101111000111010000111000011100111011110001110011111110000001011110 | cef1d0e1cef1cfe05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)