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 | 綣掩鵜 | 111000110101101110001001100001101000100101001100 | e35b8986894c |
EUC-JP | 綣掩鵜 | 111001011011110010110001111001101011000110101101 | e5bcb1e6b1ad |
UTF-8 | 綣掩鵜 | 111001111011011010100011111001101000111010101001111010011011010110011100 | e7b6a3e68ea9e9b59c |
UHC | ?掩? | 00111111111001011111001100111111 | 3fe5f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)