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 | 短蔵村炭 | 1001001001011010100100011010000010010001101110101001001001011001 | 925a91a091ba9259 |
EUC-JP | 短蔵村炭 | 1100001110111011110000101010001011000010101111001100001110111010 | c3bbc2a2c2bcc3ba |
UTF-8 | 短蔵村炭 | 111001111001111110101101111010001001010010110101111001101001110110010001111001111000001010101101 | e79fade894b5e69d91e782ad |
UHC | 短?村炭 | 11010011101011010011111111110101101111011111011110101001 | d3ad3ff5bdf7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)