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 | ?Oh?O | 0011111101001111011010000011111101001111 | 3f4f683f4f |
SJIS-WIN | 哭Oh哭O | 10011010010011000100111101101000100110100100110001001111 | 9a4c4f689a4c4f |
EUC-JP | 哭Oh哭O | 11010011101011010100111101101000110100111010110101001111 | d3ad4f68d3ad4f |
UTF-8 | 哭Oh哭O | 111001011001001110101101010011110110100011100101100100111010110101001111 | e593ad4f68e593ad4f |
UHC | 哭Oh哭O | 11001101110101100100111101101000110011011101011001001111 | cdd64f68cdd64f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)