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 | ??{d | 00111111001111110111101101100100 | 3f3f7b64 |
SJIS-WIN | 窈?{d | 1110001001110111001111110111101101100100 | e2773f7b64 |
EUC-JP | 窈?{d | 1110001111011000001111110111101101100100 | e3d83f7b64 |
UTF-8 | 窈뛷{d | 1110011110101010100010001110101110011011101101110111101101100100 | e7aa88eb9bb77b64 |
UHC | 窈뛷{d | 111010011010000110001101011110000111101101100100 | e9a18d787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)