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 | 躁?茁?^ | 11100111010011100011111111111011100100110011111101011110 | e74e3ffb933f5e |
EUC-JP | 躁?茁?^ | 1110110110101111001111111000111111010111110111100011111101011110 | edaf3f8fd7de3f5e |
UTF-8 | 躁렦茁렫^ | 11101000101110101000000111101011101000001010011011101000100011001000000111101011101000001010101101011110 | e8ba81eba0a6e88c81eba0ab5e |
UHC | 躁렦茁렫^ | 111100001110001010001110101101011111000111101000100011101011100101011110 | f0e28eb5f1e88eb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)