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 | ?K\}?K\{^ | 001111110100101101011100011111010011111101001011010111000111101101011110 | 3f4b5c7d3f4b5c7b5e |
SJIS-WIN | 悚K\}悚K\{^ | 1001110010011110010010110101110001111101100111001001111001001011010111000111101101011110 | 9c9e4b5c7d9c9e4b5c7b5e |
EUC-JP | 悚K\}悚K\{^ | 1101011111111110010010110101110001111101110101111111111001001011010111000111101101011110 | d7fe4b5c7dd7fe4b5c7b5e |
UTF-8 | 悚K\}悚K\{^ | 11100110100000101001101001001011010111000111110111100110100000101001101001001011010111000111101101011110 | e6829a4b5c7de6829a4b5c7b5e |
UHC | 悚K\}悚K\{^ | 1110000111100101010010110101110001111101111000011110010101001011010111000111101101011110 | e1e54b5c7de1e54b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)