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 | 藥焉}藥焉{^ | 1110010101011010111000001000000101111101111001010101101011100000100000010111101101011110 | e55ae0817de55ae0817b5e |
EUC-JP | 藥焉}藥焉{^ | 1110100110111011110111111110000101111101111010011011101111011111111000010111101101011110 | e9bbdfe17de9bbdfe17b5e |
UTF-8 | 藥焉}藥焉{^ | 111010001001011110100101111001111000010010001001011111011110100010010111101001011110011110000100100010010111101101011110 | e897a5e784897de897a5e784897b5e |
UHC | 藥焉}藥焉{^ | 1110010110110111111001011110101001111101111001011011011111100101111010100111101101011110 | e5b7e5ea7de5b7e5ea7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)