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 | ??砥?池 | 00111111001111111001001101110101001111111001001001110010 | 3f3f93753f9272 |
EUC-JP | ??砥?池 | 00111111001111111100010111010110001111111100001111010011 | 3f3fc5d63fc3d3 |
UTF-8 | 履렟砥렭池 | 111011111010011110011111111010111010000010011111111001111010000010100101111010111010000010101101111001101011000110100000 | efa79feba09fe7a0a5eba0ade6b1a0 |
UHC | 履렟砥렭池 | 11101100101010101000111010110000111100101011001010001110101110101111001010101110 | ecaa8eb0f2b28ebaf2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)