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 | ???\???Y | 0011111100111111001111110101110000111111001111110011111101011001 | 3f3f3f5c3f3f3f59 |
SJIS-WIN | \Y | 1111011110101001111100001110111111110011101101010101110011110111101010011111000011101111111100111011010101011001 | f7a9f0eff3b55cf7a9f0eff3b559 |
EUC-JP | ???\???Y | 0011111100111111001111110101110000111111001111110011111101011001 | 3f3f3f5c3f3f3f59 |
UTF-8 | \Y | 1110111010010110100011001110111010000010101011101110111010001010101010000101110011101110100101101000110011101110100000101010111011101110100010101010100001011001 | ee968cee82aeee8aa85cee968cee82aeee8aa859 |
UHC | ???\???Y | 0011111100111111001111110101110000111111001111110011111101011001 | 3f3f3f5c3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)