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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 毓щ?蘂 | 10011111011110011000010010001011001111111110010101000001 | 9f79848b3fe541 |
EUC-JP | 毓щ?蘂 | 11011101110110101010011111101011001111111110100110100010 | dddaa7eb3fe9a2 |
UTF-8 | 毓щ튉蘂 | 1110011010101111100100111101000110001001111011011000101010001001111010001001100010000010 | e6af93d189ed8a89e89882 |
UHC | 毓щ튉蘂 | 1110101110111110101011001110101110111001100111011110011111011110 | ebbeacebb99de7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)