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 | 羶倶 | 11100011101111011000101111100100 | e3bd8be4 |
EUC-JP | 羶倶 | 11100110101111111011011011100110 | e6bfb6e6 |
UTF-8 | 羶倶 | 111001111011111010110110111001011000000010110110 | e7beb6e580b6 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)