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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 痙犖\}痙犖\{^ | 11100001011110101110000010110110010111000111110111100001011110101110000010110110010111000111101101011110 | e17ae0b65c7de17ae0b65c7b5e |
EUC-JP | 痙犖\}痙犖\{^ | 11100001110110111110000010111000010111000111110111100001110110111110000010111000010111000111101101011110 | e1dbe0b85c7de1dbe0b85c7b5e |
UTF-8 | 痙犖\}痙犖\{^ | 1110011110010111100110011110011110001010100101100101110001111101111001111001011110011001111001111000101010010110010111000111101101011110 | e79799e78a965c7de79799e78a965c7b5e |
UHC | 痙?\}痙?\{^ | 1100110011100010001111110101110001111101110011001110001000111111010111000111101101011110 | cce23f5c7dcce23f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)