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 | 隹キ蝮ヲ蓁ウ | 111010001011000010110111111001011001110110100110111001001110101110110011 | e8b0b7e59da6e4ebb3 |
EUC-JP | 隹キ蝮ヲ蓁ウ | 111100001011001010001110101101111110100111111101100011101010011011101000111011011000111010110011 | f0b28eb7e9fd8ea6e8ed8eb3 |
UTF-8 | 隹キ蝮ヲ蓁ウ | 111010011001101010111001111011111011110110110111111010001001110110101110111011111011110110100110111010001001001110000001111011111011110110110011 | e99ab9efbdb7e89daeefbda6e89381efbdb3 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)