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 | 焄糘 | 11111011010101001110001011110010 | fb54e2f2 |
EUC-JP | 焄糘 | 1000111111001001111000111110010011110100 | 8fc9e3e4f4 |
UTF-8 | 焄糘 | 111001111000010010000100111001111011001110011000 | e78484e7b398 |
UHC | 焄? | 111111011011011000111111 | fdb63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)