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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 貉ソ遉セ\ | 11100110101110011011111111100111101001001011111001011100 | e6b9bfe7a4be5c |
EUC-JP | 貉ソ遉セ\ | 111011001011101110001110101111111110111010100110100011101011111001011100 | ecbb8ebfeea68ebe5c |
UTF-8 | 貉ソ遉セ\ | 11101000101100101000100111101111101111011011111111101001100000011000100111101111101111011011111001011100 | e8b289efbdbfe98189efbdbe5c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)