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 | 驩夊揄 | 111010011000100110011010111010001001110110001001 | e9899ae89d89 |
EUC-JP | 驩夊揄 | 111100011110100111010100111010101101100111101001 | f1e9d4ead9e9 |
UTF-8 | 驩夊揄 | 111010011010100110101001111001011010010010001010111001101000111110000100 | e9a9a9e5a48ae68f84 |
UHC | 驩?揄 | 1111110010111110001111111110101011110001 | fcbe3feaf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)