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 | 聰? | 111000111110000000111111 | e3e03f |
EUC-JP | 聰闑 | 1110011011100010100011111110011010111001 | e6e28fe6b9 |
UTF-8 | 聰闑 | 111010001000000110110000111010011001011110010001 | e881b0e99791 |
UHC | 聰? | 111101011100011000111111 | f5c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)