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 | ú±¬~ | 1111101010110001100011101010110001111110 | fab18eac7e |
SJIS-WIN | ?±?¬~ | 00111111100000010111110100111111100000011100101001111110 | 3f817d3f81ca7e |
EUC-JP | ú±?¬~ | 100011111010101111100010101000011101111000111111101000101100110001111110 | 8fabe2a1de3fa2cc7e |
UTF-8 | ú±¬~ | 110000111011101011000010101100011100001010001110110000101010110001111110 | c3bac2b1c28ec2ac7e |
UHC | ?±??~ | 001111111010000110111110001111110011111101111110 | 3fa1be3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)