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 | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 擾??G | 1000111111101111001111110011111101000111 | 8fef3f3f47 |
EUC-JP | 擾??G | 1011111011110001001111110011111101000111 | bef13f3f47 |
UTF-8 | 擾쉏뾍G | 11100110100100111011111011101100100010011000111111101011101111101000110101000111 | e693beec898febbe8d47 |
UHC | 擾쉏뾍G | 11101000111101101001101001101001100101110100101101000111 | e8f69a69974b47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)