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 | 蹊始}蹊始{^ | 1110011011111100100011100110111001111101111001101111110010001110011011100111101101011110 | e6fc8e6e7de6fc8e6e7b5e |
EUC-JP | 蹊始}蹊始{^ | 1110110011111110101110111100111101111101111011001111111010111011110011110111101101011110 | ecfebbcf7decfebbcf7b5e |
UTF-8 | 蹊始}蹊始{^ | 111010001011100110001010111001011010011110001011011111011110100010111001100010101110010110100111100010110111101101011110 | e8b98ae5a78b7de8b98ae5a78b7b5e |
UHC | 蹊始}蹊始{^ | 1111101110110111111000111011011101111101111110111011011111100011101101110111101101011110 | fbb7e3b77dfbb7e3b77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)