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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ邇、磁 | 1111001010110000110000101110011110001110101001001000111010100101 | f2b0c2e78ea48ea5 |
EUC-JP | ?ツ邇、磁 | 001111111000111011000010111011011110111010001110101001001011110010100111 | 3f8ec2edee8ea4bca7 |
UTF-8 | ツ邇、磁 | 111011101000011110100111111011111011111010000010111010011000001010000111111011111011110110100100111001111010001110000001 | ee87a7efbe82e98287efbda4e7a381 |
UHC | ??邇?磁 | 00111111001111111110110011000100001111111110110110111000 | 3f3fecc43fedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)