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 | 雍??莎? | 11101000101101000011111100111111111001001011001100111111 | e8b43f3fe4b33f |
EUC-JP | 雍??莎? | 11110000101101100011111100111111111010001011010100111111 | f0b63f3fe8b53f |
UTF-8 | 雍흡렢莎렒 | 111010011001101110001101111011011001110110100001111010111010000010100010111010001000111010001110111010111010000010010010 | e99b8ded9da1eba0a2e88e8eeba092 |
UHC | 雍흡렢莎렒 | 11101000101111001100100011101101100011101011001111011110111011011000111010100111 | e8bcc8ed8eb3deed8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)