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 | 鞅釈 | 111100001110011011101000110101111000111011011111 | f0e6e8d78edf |
EUC-JP | ?鞅釈 | 0011111111110000110110011011110011100001 | 3ff0d9bce1 |
UTF-8 | 鞅釈 | 111011101000001010100101111010011001111010000101111010011000011110001000 | ee82a5e99e85e98788 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)