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 | Ôø¬²] | 1101010011111000101011001011001001011101 | d4f8acb25d |
SJIS-WIN | ??¬?] | 001111110011111110000001110010100011111101011101 | 3f3f81ca3f5d |
EUC-JP | Ôø¬?] | 10001111101010101101010010001111101010011100110010100010110011000011111101011101 | 8faad48fa9cca2cc3f5d |
UTF-8 | Ôø¬²] | 110000111001010011000011101110001100001010101100110000101011001001011101 | c394c3b8c2acc2b25d |
UHC | ?ø?²] | 00111111101010011010101000111111101010011111011101011101 | 3fa9aa3fa9f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)