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 | 夭?] | 10011010111011100011111101011101 | 9aee3f5d |
EUC-JP | 夭?] | 11010100111100000011111101011101 | d4f03f5d |
UTF-8 | 夭숸] | 11100101101001001010110111101100100010001011100001011101 | e5a4adec88b85d |
UHC | 夭숸] | 1110100011101100100110100100110101011101 | e8ec9a4d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)