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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鬩募ケエ^ | 11101001101010011001010111100101101110011011010001011110 | e9a995e5b9b45e |
EUC-JP | 鬩募ケエ^ | 111100101010101111001010111001111000111010111001100011101011010001011110 | f2abcae78eb98eb45e |
UTF-8 | 鬩募ケエ^ | 11101001101011001010100111100101100010111001111111101111101111011011100111101111101111011011010001011110 | e9aca9e58b9fefbdb9efbdb45e |
UHC | ?募??^ | 001111111101100110110100001111110011111101011110 | 3fd9b43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)