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 | 辰但村谷揃 | 10010010010000111001001001000001100100011011101010010010010010101001000110110101 | 9243924191ba924a91b5 |
EUC-JP | 辰但村谷揃 | 11000011101001001100001110100010110000101011110011000011101010111100001010110111 | c3a4c3a2c2bcc3abc2b7 |
UTF-8 | 辰但村谷揃 | 111010001011111010110000111001001011110110000110111001101001110110010001111010001011000010110111111001101000111110000011 | e8beb0e4bd86e69d91e8b0b7e68f83 |
UHC | 辰但村谷? | 111100101110001111010011101000111111010110111101110011011101101100111111 | f2e3d3a3f5bdcddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)