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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 偲ワト磁] | 10001110110000111101110011000100100011101010010101011101 | 8ec3dcc48ea55d |
EUC-JP | 偲ワト磁] | 101111001100010110001110110111001000111011000100101111001010011101011101 | bcc58edc8ec4bca75d |
UTF-8 | 偲ワト磁] | 11100101100000011011001011101111101111101001110011101111101111101000010011100111101000111000000101011101 | e581b2efbe9cefbe84e7a3815d |
UHC | ???磁] | 001111110011111100111111111011011011100001011101 | 3f3f3fedb85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)