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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ邇、磁 | 11110010101100001100001011100111100011101010010010001110101001011111001010101001 | f2b0c2e78ea48ea5f2a9 |
EUC-JP | ?ツ邇、磁? | 00111111100011101100001011101101111011101000111010100100101111001010011100111111 | 3f8ec2edee8ea4bca73f |
UTF-8 | ツ邇、磁 | 111011101000011110100111111011111011111010000010111010011000001010000111111011111011110110100100111001111010001110000001111011101000011110100000 | ee87a7efbe82e98287efbda4e7a381ee87a0 |
UHC | ??邇?磁? | 0011111100111111111011001100010000111111111011011011100000111111 | 3f3fecc43fedb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)