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 | 提?懿 | 1001001011110001001111111001110011110010 | 92f13f9cf2 |
EUC-JP | 提?懿 | 1100010011110011001111111101100011110100 | c4f33fd8f4 |
UTF-8 | 提렍懿 | 111001101000111110010000111010111010000010001101111001101000011110111111 | e68f90eba08de687bf |
UHC | 提렍懿 | 111100001010101110001110101000111110101111110011 | f0ab8ea3ebf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)