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 | êúÎí¾¦ | 1110101011111010110011101110110110001110101111101000111010100110 | eafaceed8ebe8ea6 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | êúÎí???¦ | 100011111010101110110100100011111010101111100010100011111010101011000010100011111010101110111111001111110011111100111111100011111010001011000011 | 8fabb48fabe28faac28fabbf3f3f3f8fa2c3 |
UTF-8 | êúÎí¾¦ | 11000011101010101100001110111010110000111000111011000011101011011100001010001110110000101011111011000010100011101100001010100110 | c3aac3bac38ec3adc28ec2bec28ec2a6 |
UHC | ?????¾?? | 001111110011111100111111001111110011111110101000111110100011111100111111 | 3f3f3f3f3fa8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)