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 | 條?^ | 10011110100010100011111101011110 | 9e8a3f5e |
EUC-JP | 條?^ | 11011011111010100011111101011110 | dbea3f5e |
UTF-8 | 條석^ | 11100110101000101001110111101100100001001001110101011110 | e6a29dec849d5e |
UHC | 條석^ | 1111000011001001101111001010111001011110 | f0c9bcae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)