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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 巍俎^ | 1001101111011001100110001101011101011110 | 9bd998d75e |
EUC-JP | 巍俎^ | 1101011011011011110100001101100101011110 | d6dbd0d95e |
UTF-8 | 巍俎^ | 11100101101101111000110111100100101111111000111001011110 | e5b78de4bf8e5e |
UHC | 巍俎^ | 1110100011100100111100001011101101011110 | e8e4f0bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)