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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 短側側短造 | 10010010010110101001000110100100100100011010010010010010010110101001000110100010 | 925a91a491a4925a91a2 |
EUC-JP | 短側側短造 | 11000011101110111100001010100110110000101010011011000011101110111100001010100100 | c3bbc2a6c2a6c3bbc2a4 |
UTF-8 | 短側側短造 | 111001111001111110101101111001011000000110110100111001011000000110110100111001111001111110101101111010011000000010100000 | e79fade581b4e581b4e79fade980a0 |
UHC | 短側側短造 | 11010011101011011111011010110000111101101011000011010011101011011111000011100011 | d3adf6b0f6b0d3adf0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)