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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 族属G | 1001000110110000100100011010111001000111 | 91b091ae47 |
EUC-JP | 族属G | 1100001010110010110000101011000001000111 | c2b2c2b047 |
UTF-8 | 族属G | 11100110100101111000111111100101101100011001111001000111 | e6978fe5b19e47 |
UHC | 族?G | 11110000111010010011111101000111 | f0e93f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)