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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 旨莎??摯 | 1000111001111100111001001011001100111111001111111001110110010101 | 8e7ce4b33f3f9d95 |
EUC-JP | 旨莎??摯 | 1011101111011101111010001011010100111111001111111101100111110101 | bbdde8b53f3fd9f5 |
UTF-8 | 旨莎렞렪摯 | 111001101001011110101000111010001000111010001110111010111010000010011110111010111010000010101010111001101001000110101111 | e697a8e88e8eeba09eeba0aae691af |
UHC | 旨莎렞렪摯 | 11110010101010011101111011101101100011101010111110001110101110001111001010100111 | f2a9deed8eaf8eb8f2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)