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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
EUC-JP | 鉥}鉥{^ | 100011111110001111101000011111011000111111100011111010000111101101011110 | 8fe3e87d8fe3e87b5e |
UTF-8 | 鉥}鉥{^ | 111010011000100110100101011111011110100110001001101001010111101101011110 | e989a57de989a57b5e |
UHC | 鉥}鉥{^ | 11100010111111000111110111100010111111000111101101011110 | e2fc7de2fc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)