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 | 澹〕礑愽塀盻 | 111000000101011110000001011011001110001001000110100111001100011110010101101110111110000110111011 | e057816ce2469cc795bbe1bb |
EUC-JP | 澹〕礑愽塀盻 | 110111111011100010100001110011011110001110100111110110001100100111001010101111011110001010111101 | dfb8a1cde3a7d8c9cabde2bd |
UTF-8 | 澹〕礑愽塀盻 | 111001101011111010111001111000111000000010010101111001111010010010010001111001101000010010111101111001011010000110000000111001111001101110111011 | e6beb9e38095e7a491e684bde5a180e79bbb |
UHC | 澹〕???? | 1101001111000010101000011011001100111111001111110011111100111111 | d3c2a1b33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)