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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???瑗? | 00111111001111110011111110001111110011001100000000111111 | 3f3f3f8fccc03f |
UTF-8 | 咽뉖뀛瑗놣 | 111011111010011010011110111010111000100110010110111010111000000010011011111001111001000110010111111010111000011010100011 | efa69eeb8996eb809be79197eb86a3 |
UHC | 咽뉖뀛瑗놣 | 11100110111011001000011111101011100001011001010011101010101111001000011101000110 | e6ec87eb8594eabc8746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)