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 | 調?枷 | 1001001010110010001111111001111001100111 | 92b23f9e67 |
EUC-JP | 調?枷 | 1100010010110100001111111101101111001000 | c4b43fdbc8 |
UTF-8 | 調띈枷 | 111010001010101010111111111010111001110110001000111001101001111010110111 | e8aabfeb9d88e69eb7 |
UHC | 調띈枷 | 111100001110000010110110111010001100101010101110 | f0e0b6e8caae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)