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 | ñ°^ | 1100001110110001110000101011000001011110 | c3b1c2b05e |
SJIS-WIN | ?±?°^ | 00111111100000010111110100111111100000011000101101011110 | 3f817d3f818b5e |
EUC-JP | ñ°^ | 1000111110101010101010101010000111011110100011111010101010100100101000011110101101011110 | 8faaaaa1de8faaa4a1eb5e |
UTF-8 | ñ°^ | 110000111000001111000010101100011100001110000010110000101011000001011110 | c383c2b1c382c2b05e |
UHC | ?±?°^ | 00111111101000011011111000111111101000011100011001011110 | 3fa1be3fa1c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)