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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鸚ε? | 1110101001011111100000111100001100111111 | ea5f83c33f |
EUC-JP | 鸚ε? | 1111001111000000101001101100010100111111 | f3c0a6c53f |
UTF-8 | 鸚ε뵺 | 1110100110111000100110101100111010110101111010111011010110111010 | e9b89aceb5ebb5ba |
UHC | 鸚ε뵺 | 111001011010010010100101111001011001010010111000 | e5a4a5e594b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)