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 | 糀粫 | 11100010111011111110001011100110 | e2efe2e6 |
EUC-JP | 糀粫 | 11100100111100011110010011101000 | e4f1e4e8 |
UTF-8 | 糀粫 | 111001111011001110000000111001111011001010101011 | e7b380e7b2ab |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)