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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 墺ф?] | 100110101101001010000100100001100011111101011101 | 9ad284863f5d |
EUC-JP | 墺ф?] | 110101001101010010100111111001100011111101011101 | d4d4a7e63f5d |
UTF-8 | 墺ф뎁] | 111001011010001010111010110100011000010011101011100011101000000101011101 | e5a2bad184eb8e815d |
UHC | 墺ф뎁] | 11100111111100101010110011100110101101011010101001011101 | e7f2ace6b5aa5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)