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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | 映????~ | 10001001011001100011111100111111001111110011111101111110 | 89663f3f3f3f7e |
EUC-JP | 映????~ | 10110001110001110011111100111111001111110011111101111110 | b1c73f3f3f3f7e |
UTF-8 | 映킾連든겮~ | 11100110100110001010000011101101100000101011111011101111101001101001101011101011100100111010000011101010101100101010111001111110 | e698a0ed82beefa69aeb93a0eab2ae7e |
UHC | 映킾連든겮~ | 1110011110110001101101010110100011100110111001101011010111100111100000011011110001111110 | e7b1b568e6e6b5e781bc7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)