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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獻畴畴蛛 | 1110000011011001111000010110011011100001011001101110010110000001 | e0d9e166e166e581 |
EUC-JP | 獻畴畴蛛 | 1110000011011011111000011100011111100001110001111110100111100001 | e0dbe1c7e1c7e9e1 |
UTF-8 | 獻畴畴蛛 | 111001111000110110111011111001111001010110110100111001111001010110110100111010001001101110011011 | e78dbbe795b4e795b4e89b9b |
UHC | 獻??蛛 | 111110101100110000111111001111111111000111001000 | facc3f3ff1c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)