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 | ¬?}¬?{^ | 10101100001111110111110110101100001111110111101101011110 | ac3f7dac3f7b5e |
SJIS-WIN | ¬⇒}¬⇒{^ | 1000000111001010100000011100101101111101100000011100101010000001110010110111101101011110 | 81ca81cb7d81ca81cb7b5e |
EUC-JP | ¬⇒}¬⇒{^ | 1010001011001100101000101100110101111101101000101100110010100010110011010111101101011110 | a2cca2cd7da2cca2cd7b5e |
UTF-8 | ¬⇒}¬⇒{^ | 11000010101011001110001010000111100100100111110111000010101011001110001010000111100100100111101101011110 | c2ace287927dc2ace287927b5e |
UHC | ?⇒}?⇒{^ | 001111111010001010100001011111010011111110100010101000010111101101011110 | 3fa2a17d3fa2a17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)