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 | シ邇、磁韜 | 11110000101100111011110011100111100011101010010010001110101001011110100011101001 | f0b3bce78ea48ea5e8e9 |
EUC-JP | ?シ邇、磁韜 | 0011111110001110101111001110110111101110100011101010010010111100101001111111000011101011 | 3f8ebcedee8ea4bca7f0eb |
UTF-8 | シ邇、磁韜 | 111011101000000110110010111011111011110110111100111010011000001010000111111011111011110110100100111001111010001110000001111010011001111110011100 | ee81b2efbdbce98287efbda4e7a381e99f9c |
UHC | ??邇?磁韜 | 001111110011111111101100110001000011111111101101101110001101010010110111 | 3f3fecc43fedb8d4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)