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 | 雪揶 | 10010000111000011001110110001000 | 90e19d88 |
EUC-JP | 雪揶 | 11000000111000111101100111101000 | c0e3d9e8 |
UTF-8 | 雪揶 | 111010011001101110101010111001101000111110110110 | e99baae68fb6 |
UHC | 雪揶 | 11100000111001001110010110101010 | e0e4e5aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)