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 | Âñà }[ | 1100001010011111110000111011000111000011101000000111110101011011 | c29fc3b1c3a07d5b |
SJIS-WIN | ???±??}[ | 001111110011111100111111100000010111110100111111001111110111110101011011 | 3f3f3f817d3f3f7d5b |
EUC-JP | �ñ�}[ | 100011111010101010100100001111111000111110101010101010101010000111011110100011111010101010101010001111110111110101011011 | 8faaa43f8faaaaa1de8faaaa3f7d5b |
UTF-8 | Âñà }[ | 1100001110000010110000101001111111000011100000111100001010110001110000111000001111000010101000000111110101011011 | c382c29fc383c2b1c383c2a07d5b |
UHC | ???±??}[ | 001111110011111100111111101000011011111000111111001111110111110101011011 | 3f3f3fa1be3f3f7d5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)