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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 池肯?元 | 10010010011100101000110101101101001111111000110010110011 | 92728d6d3f8cb3 |
EUC-JP | 池肯?元 | 11000011110100111011100111001110001111111011100010110101 | c3d3b9ce3fb8b5 |
UTF-8 | 池肯색元 | 111001101011000110100000111010001000001010101111111011001000001110001001111001011000010110000011 | e6b1a0e882afec8389e58583 |
UHC | 池肯색元 | 1111001010101110110100001110100110111011111101101110101010101010 | f2aed0e9bbf6eaaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)