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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 張у?o | 100100101010001110000100100001010011111101101111 | 92a384853f6f |
EUC-JP | 張у?o | 110001001010010110100111111001010011111101101111 | c4a5a7e53f6f |
UTF-8 | 張у뤀o | 111001011011110010110101110100011000001111101011101001001000000001101111 | e5bcb5d183eba4806f |
UHC | 張у뤀o | 11101101111001011010110011100101100011111011000101101111 | ede5ace58fb16f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)