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 | 薔?申?齬 | 1110010101001011001111111001000001011100001111111110101010010111 | e54b3f905c3fea97 |
EUC-JP | 薔?申?齬 | 1110100110101100001111111011111110111101001111111111001111110111 | e9ac3fbfbd3ff3f7 |
UTF-8 | 薔렡申렕齬 | 111010001001011010010100111010111010000010100001111001111001010010110011111010111010000010010101111010011011110110101100 | e89694eba0a1e794b3eba095e9bdac |
UHC | 薔렡申렕齬 | 11101101111110011000111010110010111000111110100110001110101010101110010111100001 | edf98eb2e3e98eaae5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)