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 | 蔕萍}蔕萍{^ | 1110010011110110111001001100101001111101111001001111011011100100110010100111101101011110 | e4f6e4ca7de4f6e4ca7b5e |
EUC-JP | 蔕萍}蔕萍{^ | 1110100011111000111010001100110001111101111010001111100011101000110011000111101101011110 | e8f8e8cc7de8f8e8cc7b5e |
UTF-8 | 蔕萍}蔕萍{^ | 111010001001010010010101111010001001000010001101011111011110100010010100100101011110100010010000100011010111101101011110 | e89495e8908d7de89495e8908d7b5e |
UHC | ?萍}?萍{^ | 001111111111100011000011011111010011111111111000110000110111101101011110 | 3ff8c37d3ff8c37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)