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 | 短側則短 | 1001001001011010100100011010010010010001101001011001001001011010 | 925a91a491a5925a |
EUC-JP | 短側則短 | 1100001110111011110000101010011011000010101001111100001110111011 | c3bbc2a6c2a7c3bb |
UTF-8 | 短側則短 | 111001111001111110101101111001011000000110110100111001011000100110000111111001111001111110101101 | e79fade581b4e58987e79fad |
UHC | 短側則短 | 1101001110101101111101101011000011110110110011101101001110101101 | d3adf6b0f6ced3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)