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 | 逾馴ュ | 1110011110100101100100111110100110101101 | e7a593e9ad |
EUC-JP | 逾馴ュ | 111011101010011111000110111010111000111010101101 | eea7c6eb8ead |
UTF-8 | 逾馴ュ | 111010011000000010111110111010011010011010110100111011111011110110101101 | e980bee9a6b4efbdad |
UHC | 逾馴? | 1110101110110101111000101111100000111111 | ebb5e2f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)