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 | 111001011000000110110010111010001000000010001100011010010101110101001000 | e581b2e8808c695d48 |
EUC-JP | 蛛イ閠景]H | 11101001111000011000111010110010111011111110000010110111110010100101110101001000 | e9e18eb2efe0b7ca5d48 |
UTF-8 | 蛛イ閠景]H | 1110100010011011100110111110111110111101101100101110100110010110101000001110011010011001101011110101110101001000 | e89b9befbdb2e996a0e699af5d48 |
UHC | 蛛??景]H | 1111000111001000001111110011111111001100110110000101110101001000 | f1c83f3fccd85d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)