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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 短側側短 | 1001001001011010100100011010010010010001101001001001001001011010 | 925a91a491a4925a |
EUC-JP | 短側側短 | 1100001110111011110000101010011011000010101001101100001110111011 | c3bbc2a6c2a6c3bb |
UTF-8 | 短側側短 | 111001111001111110101101111001011000000110110100111001011000000110110100111001111001111110101101 | e79fade581b4e581b4e79fad |
UHC | 短側側短 | 1101001110101101111101101011000011110110101100001101001110101101 | d3adf6b0f6b0d3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)