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 | êÚ¬²] | 1110101011011010101011001011001001011101 | eadaacb25d |
SJIS-WIN | ??¬?] | 001111110011111110000001110010100011111101011101 | 3f3f81ca3f5d |
EUC-JP | êÚ¬?] | 10001111101010111011010010001111101010101110001010100010110011000011111101011101 | 8fabb48faae2a2cc3f5d |
UTF-8 | êÚ¬²] | 110000111010101011000011100110101100001010101100110000101011001001011101 | c3aac39ac2acc2b25d |
UHC | ???²] | 001111110011111100111111101010011111011101011101 | 3f3f3fa9f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)