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 | 淅跣}淅跣{^ | 1001111111000110111001101110111101111101100111111100011011100110111011110111101101011110 | 9fc6e6ef7d9fc6e6ef7b5e |
EUC-JP | 淅跣}淅跣{^ | 1101111011001000111011001111000101111101110111101100100011101100111100010111101101011110 | dec8ecf17ddec8ecf17b5e |
UTF-8 | 淅跣}淅跣{^ | 111001101011011110000101111010001011011110100011011111011110011010110111100001011110100010110111101000110111101101011110 | e6b785e8b7a37de6b785e8b7a37b5e |
UHC | 淅跣}淅跣{^ | 1110000010110010111000001101001101111101111000001011001011100000110100110111101101011110 | e0b2e0d37de0b2e0d37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)