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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?馹?馹^ | 001111111000111111101001101000010011111110001111111010011010000101011110 | 3f8fe9a13f8fe9a15e |
UTF-8 | 璘馹璘馹^ | 11101111101001111010111111101001101001101011100111101111101001111010111111101001101001101011100101011110 | efa7afe9a6b9efa7afe9a6b95e |
UHC | 璘馹璘馹^ | 111011001101111011101100111100011110110011011110111011001111000101011110 | ecdeecf1ecdeecf15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)