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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬱警? | 1001111101010100100011000111100000111111 | 9f548c783f |
EUC-JP | 鬱警? | 1101110110110101101101111101100100111111 | ddb5b7d93f |
UTF-8 | 鬱警렭 | 111010011010110010110001111010001010110110100110111010111010000010101101 | e9acb1e8ada6eba0ad |
UHC | 鬱警렭 | 111010101010011011001100111011011000111010111010 | eaa6cced8eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)