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 | 之耕??俎 | 1001010001010110100011010110101100111111001111111001100011010111 | 94568d6b3f3f98d7 |
EUC-JP | 之耕??俎 | 1100011110110111101110011100110000111111001111111101000011011001 | c7b7b9cc3f3fd0d9 |
UTF-8 | 之耕렞렔俎 | 111001001011100110001011111010001000000010010101111010111010000010011110111010111010000010010100111001001011111110001110 | e4b98be88095eba09eeba094e4bf8e |
UHC | 之耕렞렔俎 | 11110001111111011100110011101001100011101010111110001110101010011111000010111011 | f1fdcce98eaf8ea9f0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)