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 | 1110111010101110100011101011100101101111 | eeae8eb96f |
SJIS-WIN | ????o | 0011111100111111001111110011111101101111 | 3f3f3f3f6f |
EUC-JP | î®??o | 100011111010101111000010100011111010001011101110001111110011111101101111 | 8fabc28fa2ee3f3f6f |
UTF-8 | o | 110000111010111011000010101011101100001010001110110000101011100101101111 | c3aec2aec28ec2b96f |
UHC | ?®?¹o | 00111111101000101110011100111111101010011111011001101111 | 3fa2e73fa9f66f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)