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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??貽池貽^ | 001111110011111111100110110001001001001001110010111001101100010001011110 | 3f3fe6c49272e6c45e |
EUC-JP | ??貽池貽^ | 001111110011111111101100110001101100001111010011111011001100011001011110 | 3f3fecc6c3d3ecc65e |
UTF-8 | 렢렞貽池貽^ | 11101011101000001010001011101011101000001001111011101000101100101011110111100110101100011010000011101000101100101011110101011110 | eba0a2eba09ee8b2bde6b1a0e8b2bd5e |
UHC | 렢렞貽池貽^ | 1000111010110011100011101010111111101100110000101111001010101110111011001100001001011110 | 8eb38eafecc2f2aeecc25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)