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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 傲?傲?^ | 10011000111111000011111110011000111111000011111101011110 | 98fc3f98fc3f5e |
EUC-JP | 傲?傲?^ | 11010000111111100011111111010000111111100011111101011110 | d0fe3fd0fe3f5e |
UTF-8 | 傲쭰傲쭰^ | 11100101100000101011001011101100101011011011000011100101100000101011001011101100101011011011000001011110 | e582b2ecadb0e582b2ecadb05e |
UHC | 傲쭰傲쭰^ | 111001111110110010101000010001001110011111101100101010000100010001011110 | e7eca844e7eca8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)