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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 讐紗}讐紗{^ | 1000111101010001100011101101000101111101100011110101000110001110110100010111101101011110 | 8f518ed17d8f518ed17b5e |
EUC-JP | 讐紗}讐紗{^ | 1011110110110010101111001101001101111101101111011011001010111100110100110111101101011110 | bdb2bcd37dbdb2bcd37b5e |
UTF-8 | 讐紗}讐紗{^ | 111010001010111010010000111001111011010010010111011111011110100010101110100100001110011110110100100101110111101101011110 | e8ae90e7b4977de8ae90e7b4977b5e |
UHC | 讐紗}讐紗{^ | 1110001011000010110111101110100101111101111000101100001011011110111010010111101101011110 | e2c2dee97de2c2dee97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)