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 | 寃逢??凋 | 1001101110000011100010001010011100111111001111111001001010011100 | 9b8388a73f3f929c |
EUC-JP | 寃逢??凋 | 1101010111100011101100001010100100111111001111111100001111111100 | d5e3b0a93f3fc3fc |
UTF-8 | 寃逢렰렓凋 | 111001011010111110000011111010011000000010100010111010111010000010110000111010111010000010010011111001011000011110001011 | e5af83e980a2eba0b0eba093e5878b |
UHC | 寃逢렰렓凋 | 11101010101100101101110011110001100011101011110110001110101010001111000010111101 | eab2dcf18ebd8ea8f0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)