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 | 琥エホ | 11100000111001101011010011001110 | e0e6b4ce |
EUC-JP | 琥エホ | 111000001110100010001110101101001000111011001110 | e0e88eb48ece |
UTF-8 | 琥エホ | 111001111001000010100101111011111011110110110100111011111011111010001110 | e790a5efbdb4efbe8e |
UHC | 琥?? | 11111011110100000011111100111111 | fbd03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)