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 | ꤺ | 1110101010100100100011101011101010001110 | eaa48eba8e |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ê¤?º? | 1000111110101011101101001000111110100010111100000011111110001111101000101110101100111111 | 8fabb48fa2f03f8fa2eb3f |
UTF-8 | ꤺ | 11000011101010101100001010100100110000101000111011000010101110101100001010001110 | c3aac2a4c28ec2bac28e |
UHC | ?¤?º? | 00111111101000101011010000111111101010001010110000111111 | 3fa2b43fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)