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 | 蝓滔摯ツュ雖 | 11100101100111111001111111101011100111011001010111000010101011011110010110101011 | e59f9feb9d95c2ade5ab |
EUC-JP | 蝓滔摯ツュ雖 | 111010101010000111011110111011011101100111110101100011101100001010001110101011011110101010101101 | eaa1deedd9f58ec28eadeaad |
UTF-8 | 蝓滔摯ツュ雖 | 111010001001110110010011111001101011101110010100111001101001000110101111111011111011111010000010111011111011110110101101111010011001101110010110 | e89d93e6bb94e691afefbe82efbdade99b96 |
UHC | ?滔摯??雖 | 001111111101010010100101111100101010011100111111001111111110001011001100 | 3fd4a5f2a73f3fe2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)