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 | ¼Ñèí¼ | 1011110011010001111010001110110110111100 | bcd1e8edbc |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?Ñèí? | 0011111110001111101010101101000010001111101010111011001010001111101010111011111100111111 | 3f8faad08fabb28fabbf3f |
UTF-8 | ¼Ñèí¼ | 11000010101111001100001110010001110000111010100011000011101011011100001010111100 | c2bcc391c3a8c3adc2bc |
UHC | ¼???¼ | 10101000111110010011111100111111001111111010100011111001 | a8f93f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)