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 | 傲?^ | 10011000111111000011111101011110 | 98fc3f5e |
EUC-JP | 傲?^ | 11010000111111100011111101011110 | d0fe3f5e |
UTF-8 | 傲쭰^ | 11100101100000101011001011101100101011011011000001011110 | e582b2ecadb05e |
UHC | 傲쭰^ | 1110011111101100101010000100010001011110 | e7eca8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)