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 | ÛÈÛÈ^ | 1101101111001000110110111100100001011110 | dbc8dbc85e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ÛÈÛÈ^ | 10001111101010101110010110001111101010101011001010001111101010101110010110001111101010101011001001011110 | 8faae58faab28faae58faab25e |
UTF-8 | ÛÈÛÈ^ | 110000111001101111000011100010001100001110011011110000111000100001011110 | c39bc388c39bc3885e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)