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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???恂η? | 0011111100111111001111111001110010010110100000111100010100111111 | 3f3f3f9c9683c53f |
EUC-JP | ???恂η? | 0011111100111111001111111101011111110110101001101100011100111111 | 3f3f3fd7f6a6c73f |
UTF-8 | 料뗦퍜恂η맏 | 1110111110100110101111101110101110010111101001101110110110001101100111001110011010000001100000101100111010110111111010111010011110001111 | efa6beeb97a6ed8d9ce68182ceb7eba78f |
UHC | 料뗦퍜恂η맏 | 111010001111011110001011111001101011101110010011111000101110000110100101111001111011100010111010 | e8f78be6bb93e2e1a5e7b8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)