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 | 1110000011111100100010001111011001000111 | e0fc88f647 |
EUC-JP | 珱因G | 1110000011111110101100001111100001000111 | e0feb0f847 |
UTF-8 | 珱因G | 11100111100011111011000111100101100110111010000001000111 | e78fb1e59ba047 |
UHC | ?因G | 00111111111011001101011101000111 | 3fecd747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)