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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 輒豎\ | 1110011101101011111001101011000101011100 | e76be6b15c |
EUC-JP | 輒豎\ | 1110110111001100111011001011001101011100 | edccecb35c |
UTF-8 | 輒豎\ | 11101000101111001001001011101000101100011000111001011100 | e8bc92e8b18e5c |
UHC | 輒?\ | 11110100111001010011111101011100 | f4e53f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)