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 | 短揃坦卒 | 1001001001011010100100011011010110010010010100101001000110110010 | 925a91b5925291b2 |
EUC-JP | 短揃坦卒 | 1100001110111011110000101011011111000011101100111100001010110100 | c3bbc2b7c3b3c2b4 |
UTF-8 | 短揃坦卒 | 111001111001111110101101111001101000111110000011111001011001110110100110111001011000110110010010 | e79fade68f83e59da6e58d92 |
UHC | 短?坦卒 | 11010011101011010011111111110111101001001111000011101111 | d3ad3ff7a4f0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)