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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 爾斷 | 10001110101000101001110111010000 | 8ea29dd0 |
EUC-JP | 爾斷 | 10111100101001001101101011010010 | bca4dad2 |
UTF-8 | 爾斷 | 111001111000100010111110111001101001011010110111 | e788bee696b7 |
UHC | 爾斷 | 11101100101100111101001110101000 | ecb3d3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)