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 | 佃狡事 | 100100101100111111100000110000101000111010010110 | 92cfe0c28e96 |
EUC-JP | 佃狡事 | 110001001101000111100000110001001011101111110110 | c4d1e0c4bbf6 |
UTF-8 | 佃狡事 | 111001001011110110000011111001111000101110100001111001001011101010001011 | e4bd83e78ba1e4ba8b |
UHC | 佃狡事 | 111011101110110011001110111010101101111011000000 | eeecceeadec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)