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 | 輒鴿^ | 1110011101101011111010011111100101011110 | e76be9f95e |
EUC-JP | 輒鴿^ | 1110110111001100111100101111101101011110 | edccf2fb5e |
UTF-8 | 輒鴿^ | 11101000101111001001001011101001101101001011111101011110 | e8bc92e9b4bf5e |
UHC | 輒?^ | 11110100111001010011111101011110 | f4e53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)