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 | 浯駒∋ | 111110101111110010001011111011101000000110111001 | fafc8bee81b9 |
EUC-JP | 浯駒∋ | 10001111110001111100001110110110111100001010001010111011 | 8fc7c3b6f0a2bb |
UTF-8 | 浯駒∋ | 111001101011010110101111111010011010011110010010111000101000100010001011 | e6b5afe9a792e2888b |
UHC | ?駒∋ | 0011111111001111110010111010000111110101 | 3fcfcba1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)