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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ鳴ュツ愿ッ | 1100001010010110110000101010110111000010100111001100001110101111 | c296c2adc29cc3af |
EUC-JP | ツ鳴ュツ愿ッ | 100011101100001011001100110001001000111010101101100011101100001011011000110001011000111010101111 | 8ec2ccc48ead8ec2d8c58eaf |
UTF-8 | ツ鳴ュツ愿ッ | 111011111011111010000010111010011011001110110100111011111011110110101101111011111011111010000010111001101000010010111111111011111011110110101111 | efbe82e9b3b4efbdadefbe82e684bfefbdaf |
UHC | ?鳴??愿? | 0011111111011001101100000011111100111111111010101011010000111111 | 3fd9b03f3feab43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)