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 | 嗇笳 | 10011010101001011110001010010111 | 9aa5e297 |
EUC-JP | 嗇笳 | 11010100101001111110001111110111 | d4a7e3f7 |
UTF-8 | 嗇笳 | 111001011001011110000111111001111010110010110011 | e59787e7acb3 |
UHC | 嗇? | 110111111110000000111111 | dfe03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)