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 | ¶ø½Ü | 10110110111110001011110111011100 | b6f8bddc |
SJIS-WIN | ¶??? | 1000000111110111001111110011111100111111 | 81f73f3f3f |
EUC-JP | ¶ø?Ü | 101000101111100110001111101010011100110000111111100011111010101011100100 | a2f98fa9cc3f8faae4 |
UTF-8 | ¶ø½Ü | 1100001010110110110000111011100011000010101111011100001110011100 | c2b6c3b8c2bdc39c |
UHC | ¶ø½? | 10100010110100101010100110101010101010001111011000111111 | a2d2a9aaa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)