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 | 池肯?題 | 10010010011100101000110101101101001111111001000111101000 | 92728d6d3f91e8 |
EUC-JP | 池肯?題 | 11000011110100111011100111001110001111111100001011101010 | c3d3b9ce3fc2ea |
UTF-8 | 池肯딧題 | 111001101011000110100000111010001000001010101111111010111001010010100111111010011010000110001100 | e6b1a0e882afeb94a7e9a18c |
UHC | 池肯딧題 | 1111001010101110110100001110100110110101111101111111000010111001 | f2aed0e9b5f7f0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)