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 | 긬~ | 1110101010111000100011101010110001111110 | eab88eac7e |
SJIS-WIN | ???¬~ | 001111110011111100111111100000011100101001111110 | 3f3f3f81ca7e |
EUC-JP | ê¸?¬~ | 10001111101010111011010010001111101000101011000100111111101000101100110001111110 | 8fabb48fa2b13fa2cc7e |
UTF-8 | 긬~ | 110000111010101011000010101110001100001010001110110000101010110001111110 | c3aac2b8c28ec2ac7e |
UHC | ?¸??~ | 001111111010001010101100001111110011111101111110 | 3fa2ac3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)