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 | 踴菎 | 11100110111110111110010011000000 | e6fbe4c0 |
EUC-JP | 踴菎 | 11101100111111011110100011000010 | ecfde8c2 |
UTF-8 | 踴菎 | 111010001011100010110100111010001000111110001110 | e8b8b4e88f8e |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)