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 | 雕厭雕閲^ | 111010001011100010001001011111011110100010111000100010010111101101011110 | e8b8897de8b8897b5e |
EUC-JP | 雕厭雕閲^ | 111100001011101010110001110111101111000010111010101100011101110001011110 | f0bab1def0bab1dc5e |
UTF-8 | 雕厭雕閲^ | 11101001100110111001010111100101100011101010110111101001100110111001010111101001100101101011001001011110 | e99b95e58eade99b95e996b25e |
UHC | 雕厭雕?^ | 1111000011100111111001101111010011110000111001110011111101011110 | f0e7e6f4f0e73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)