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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 脈?] | 10010110101011000011111101011101 | 96ac3f5d |
EUC-JP | 脈?] | 11001100101011100011111101011101 | ccae3f5d |
UTF-8 | 脈덱] | 11101000100001001000100011101011100011011011000101011101 | e88488eb8db15d |
UHC | 脈덱] | 1101100011100110101101011010011001011101 | d8e6b5a65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)