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 | 蓿豬}蓿豬{^ | 1110010011110000111001101011010101111101111001001111000011100110101101010111101101011110 | e4f0e6b57de4f0e6b57b5e |
EUC-JP | 蓿豬}蓿豬{^ | 1110100011110010111011001011011101111101111010001111001011101100101101110111101101011110 | e8f2ecb77de8f2ecb77b5e |
UTF-8 | 蓿豬}蓿豬{^ | 111010001001001110111111111010001011000110101100011111011110100010010011101111111110100010110001101011000111101101011110 | e893bfe8b1ac7de893bfe8b1ac7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)