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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 池?@池?@B | 100100100111001000111111010000001001001001110010001111110100000001000010 | 92723f4092723f4042 |
EUC-JP | 池?@池?@B | 110000111101001100111111010000001100001111010011001111110100000001000010 | c3d33f40c3d33f4042 |
UTF-8 | 池렡@池렡@B | 111001101011000110100000111010111010000010100001010000001110011010110001101000001110101110100000101000010100000001000010 | e6b1a0eba0a140e6b1a0eba0a14042 |
UHC | 池렡@池렡@B | 1111001010101110100011101011001001000000111100101010111010001110101100100100000001000010 | f2ae8eb240f2ae8eb24042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)