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 | 額?ギ矣??^ | 10001010011110100011111110000011010011011110000111100001001111110011111101011110 | 8a7a3f834de1e13f3f5e |
EUC-JP | 額?ギ矣??^ | 10110011110110110011111110100101101011101110001011100011001111110011111101011110 | b3db3fa5aee2e33f3f5e |
UTF-8 | 額딅ギ矣뗫탺^ | 11101001101000011000110111101011100101001000010111100011100000101010111011100111100111111010001111101011100101111010101111101101100000111011101001011110 | e9a18deb9485e382aee79fa3eb97abed83ba5e |
UHC | 額딅ギ矣뗫탺^ | 11100100111111101000101011101011101010111010111011101011111110001000101111101011101101011001011001011110 | e4fe8aebabaeebf88bebb5965e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)