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 | 10010010010110100100111101101000100100100101101001001111 | 925a4f68925a4f |
EUC-JP | 短Oh短O | 11000011101110110100111101101000110000111011101101001111 | c3bb4f68c3bb4f |
UTF-8 | 短Oh短O | 111001111001111110101101010011110110100011100111100111111010110101001111 | e79fad4f68e79fad4f |
UHC | 短Oh短O | 11010011101011010100111101101000110100111010110101001111 | d3ad4f68d3ad4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)