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 | 衙???? | 111001011100100100111111001111110011111100111111 | e5c93f3f3f3f |
EUC-JP | 衙潚??? | 1110101011001011100011111100100011011010001111110011111100111111 | eacb8fc8da3f3f3f |
UTF-8 | 衙潚뤾磻출 | 111010001010000110011001111001101011110110011010111010111010010010111110111011111010010110100100111011001011011010011100 | e8a199e6bd9aeba4beefa5a4ecb69c |
UHC | 衙潚뤾磻출 | 11100100101101111110001011011000100011111110101011011011111001001100001111100010 | e4b7e2d88feadbe4c3e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)