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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 貉ソ遉コH | 11100110101110011011111111100111101001001011101001001000 | e6b9bfe7a4ba48 |
EUC-JP | 貉ソ遉コH | 111011001011101110001110101111111110111010100110100011101011101001001000 | ecbb8ebfeea68eba48 |
UTF-8 | 貉ソ遉コH | 11101000101100101000100111101111101111011011111111101001100000011000100111101111101111011011101001001000 | e8b289efbdbfe98189efbdba48 |
UHC | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)