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 | 虎? | 100011001101010100111111 | 8cd53f |
EUC-JP | 虎? | 101110001101011100111111 | b8d73f |
UTF-8 | 虎렪 | 111010001001100110001110111010111010000010101010 | e8998eeba0aa |
UHC | 虎렪 | 11111011110110111000111010111000 | fbdb8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)