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 | 逾皓 | 11100111101001011110000110101001 | e7a5e1a9 |
EUC-JP | 逾皓 | 11101110101001111110001010101011 | eea7e2ab |
UTF-8 | 逾皓 | 111010011000000010111110111001111001101010010011 | e980bee79a93 |
UHC | 逾皓 | 11101011101101011111101111010011 | ebb5fbd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)