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 | ¶Æ^ | 1001111010110110100111111100011001011110 | 9eb69fc65e |
SJIS-WIN | ?¶??^ | 001111111000000111110111001111110011111101011110 | 3f81f73f3f5e |
EUC-JP | ?¶?Æ^ | 0011111110100010111110010011111110001111101010011010000101011110 | 3fa2f93f8fa9a15e |
UTF-8 | ¶Æ^ | 110000101001111011000010101101101100001010011111110000111000011001011110 | c29ec2b6c29fc3865e |
UHC | ?¶?Æ^ | 00111111101000101101001000111111101010001010000101011110 | 3fa2d23fa8a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)