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 | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
SJIS-WIN | 﨟ス遉コ]H | 1111101110011101101111011110011110100100101110100101110101001000 | fb9dbde7a4ba5d48 |
EUC-JP | ?ス遉コ]H | 001111111000111010111101111011101010011010001110101110100101110101001000 | 3f8ebdeea68eba5d48 |
UTF-8 | 﨟ス遉コ]H | 1110111110101000100111111110111110111101101111011110100110000001100010011110111110111101101110100101110101001000 | efa89fefbdbde98189efbdba5d48 |
UHC | ????]H | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)