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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 池?汀?揖 | 1001001001110010001111111001001011110011001111111001011101001011 | 92723f92f33f974b |
EUC-JP | 池?汀?揖 | 1100001111010011001111111100010011110101001111111100110110101100 | c3d33fc4f53fcdac |
UTF-8 | 池렔汀렣揖 | 111001101011000110100000111010111010000010010100111001101011000110000000111010111010000010100011111001101000111110010110 | e6b1a0eba094e6b180eba0a3e68f96 |
UHC | 池렔汀렣揖 | 11110010101011101000111010101001111011111110001010001110101101001110101111100111 | f2ae8ea9efe28eb4ebe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)