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 | 峭笘\}峭笘\{^ | 10011011101101111110001010011000010111000111110110011011101101111110001010011000010111000111101101011110 | 9bb7e2985c7d9bb7e2985c7b5e |
EUC-JP | 峭笘\}峭笘\{^ | 11010110101110011110001111111000010111000111110111010110101110011110001111111000010111000111101101011110 | d6b9e3f85c7dd6b9e3f85c7b5e |
UTF-8 | 峭笘\}峭笘\{^ | 1110010110110011101011011110011110101100100110000101110001111101111001011011001110101101111001111010110010011000010111000111101101011110 | e5b3ade7ac985c7de5b3ade7ac985c7b5e |
UHC | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)