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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | 璵? | 10001111110011001110011000111111 | 8fcce63f |
UTF-8 | 璵볡 | 111001111001001010110101111010111011001110100001 | e792b5ebb3a1 |
UHC | 璵볡 | 11100110101001011001001111100111 | e6a593e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)