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 | è¾ÑÐ^ | 1110100010000111101111101101000110001001110100001001110001011110 | e887bed189d09c5e |
SJIS-WIN | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
EUC-JP | è??Ñ???^ | 100011111010101110110010001111110011111110001111101010101101000000111111001111110011111101011110 | 8fabb23f3f8faad03f3f3f5e |
UTF-8 | è¾ÑÐ^ | 110000111010100011000010100001111100001010111110110000111001000111000010100010011100001110010000110000101001110001011110 | c3a8c287c2bec391c289c390c29c5e |
UHC | ??¾??Ð?^ | 00111111001111111010100011111010001111110011111110101000101000100011111101011110 | 3f3fa8fa3f3fa8a23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)