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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 讐?}讐?{^ | 100011110101000100111111011111011000111101010001001111110111101101011110 | 8f513f7d8f513f7b5e |
EUC-JP | 讐瀷}讐瀷{^ | 10111101101100101000111111001001101101000111110110111101101100101000111111001001101101000111101101011110 | bdb28fc9b47dbdb28fc9b47b5e |
UTF-8 | 讐瀷}讐瀷{^ | 111010001010111010010000111001111000000010110111011111011110100010101110100100001110011110000000101101110111101101011110 | e8ae90e780b77de8ae90e780b77b5e |
UHC | 讐瀷}讐瀷{^ | 1110001011000010111011001100101101111101111000101100001011101100110010110111101101011110 | e2c2eccb7de2c2eccb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)