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 | Ò»èË | 100111001101001010010101101110111110100011001011 | 9cd295bbe8cb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ò??èË | 001111111000111110101010110100100011111100111111100011111010101110110010100011111010101010110011 | 3f8faad23f3f8fabb28faab3 |
UTF-8 | Ò»èË | 110000101001110011000011100100101100001010010101110000101011101111000011101010001100001110001011 | c29cc392c295c2bbc3a8c38b |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)