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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雪苡??? | 10010000111000011110010010001111001111110011111100111111 | 90e1e48f3f3f3f |
EUC-JP | 雪苡??? | 11000000111000111110011111101111001111110011111100111111 | c0e3e7ef3f3f3f |
UTF-8 | 雪苡렋렍렦 | 111010011001101110101010111010001000101110100001111010111010000010001011111010111010000010001101111010111010000010100110 | e99baae88ba1eba08beba08deba0a6 |
UHC | 雪苡렋렍렦 | 11100000111001001110110010111110100011101010001010001110101000111000111010110101 | e0e4ecbe8ea28ea38eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)