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 | シ邇、磁鮻 | 11110000101100111011110011100111100011101010010010001110101001011111110001000101 | f0b3bce78ea48ea5fc45 |
EUC-JP | ?シ邇、磁鮻 | 001111111000111010111100111011011110111010001110101001001011110010100111100011111110101011101010 | 3f8ebcedee8ea4bca78feaea |
UTF-8 | シ邇、磁鮻 | 111011101000000110110010111011111011110110111100111010011000001010000111111011111011110110100100111001111010001110000001111010011010111010111011 | ee81b2efbdbce98287efbda4e7a381e9aebb |
UHC | ??邇?磁? | 0011111100111111111011001100010000111111111011011011100000111111 | 3f3fecc43fedb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)