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 | ラ潭\}ラ潭\{^ | 1101011111100000010010110101110001111101110101111110000001001011010111000111101101011110 | d7e04b5c7dd7e04b5c7b5e |
EUC-JP | ラ潭\}ラ潭\{^ | 10001110110101111101111110101100010111000111110110001110110101111101111110101100010111000111101101011110 | 8ed7dfac5c7d8ed7dfac5c7b5e |
UTF-8 | ラ潭\}ラ潭\{^ | 1110111110111110100101111110011010111101101011010101110001111101111011111011111010010111111001101011110110101101010111000111101101011110 | efbe97e6bdad5c7defbe97e6bdad5c7b5e |
UHC | ?潭\}?潭\{^ | 0011111111010011110000010101110001111101001111111101001111000001010111000111101101011110 | 3fd3c15c7d3fd3c15c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)