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 | ??]H | 00111111001111110101110101001000 | 3f3f5d48 |
SJIS-WIN | 繒?]H | 1111101110001111001111110101110101001000 | fb8f3f5d48 |
EUC-JP | 繒?]H | 100011111101010011010100001111110101110101001000 | 8fd4d43f5d48 |
UTF-8 | 繒렋]H | 1110011110111001100100101110101110100000100010110101110101001000 | e7b992eba08b5d48 |
UHC | 繒렋]H | 111100011111100110001110101000100101110101001000 | f1f98ea25d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)