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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鵝??茹k?^ | 11101010010000000011111100111111111001001010010110000010100010110011111101011110 | ea403f3fe4a5828b3f5e |
EUC-JP | 鵝??茹k?^ | 11110011101000010011111100111111111010001010011110100011111010110011111101011110 | f3a13f3fe8a7a3eb3f5e |
UTF-8 | 鵝싲젨茹k젨^ | 11101001101101011001110111101100100010111011001011101100101000001010100011101000100011001011100111101111101111011000101111101100101000001010100001011110 | e9b59dec8bb2eca0a8e88cb9efbd8beca0a85e |
UHC | 鵝싲젨茹k젨^ | 11100100101111011001101011101011101000001010000011100110101010101010001111101011101000001010000001011110 | e4bd9aeba0a0e6aaa3eba0a05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)