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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 鼎??脩勾F | 100100110100001100111111001111111110001111111001100011001111100101000110 | 93433f3fe3f98cf946 |
EUC-JP | 鼎??脩勾F | 110001011010010000111111001111111110011011111011101110001111101101000110 | c5a43f3fe6fbb8fb46 |
UTF-8 | 鼎렡뤳脩勾F | 11101001101111001000111011101011101000001010000111101011101001001011001111101000100001001010100111100101100010111011111001000110 | e9bc8eeba0a1eba4b3e884a9e58bbe46 |
UHC | 鼎렡뤳脩勾F | 1111000010100011100011101011001010001111111000011110001010111011110011101111111001000110 | f0a38eb28fe1e2bbcefe46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)