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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 赭繕赭 | 111001101101111010010001010101011110011011011110 | e6de9155e6de |
EUC-JP | 赭繕赭 | 111011001110000011000001101101101110110011100000 | ece0c1b6ece0 |
UTF-8 | 赭繕赭 | 111010001011010110101101111001111011100110010101111010001011010110101101 | e8b5ade7b995e8b5ad |
UHC | ?繕? | 00111111111000001100101100111111 | 3fe0cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)