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 | êëo | 1110101011101011100011101010110101101111 | eaeb8ead6f |
SJIS-WIN | ????o | 0011111100111111001111110011111101101111 | 3f3f3f3f6f |
EUC-JP | êë??o | 100011111010101110110100100011111010101110110011001111110011111101101111 | 8fabb48fabb33f3f6f |
UTF-8 | êëo | 110000111010101011000011101010111100001010001110110000101010110101101111 | c3aac3abc28ec2ad6f |
UHC | ???o | 001111110011111100111111101000011010100101101111 | 3f3f3fa1a96f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)