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 | ¨ö¨¬h | 1010100011110110101010001010110001101000 | a8f6a8ac68 |
SJIS-WIN | ¨?¨¬h | 1000000101001110001111111000000101001110100000011100101001101000 | 814e3f814e81ca68 |
EUC-JP | ¨ö¨¬h | 10100001101011111000111110101011110100111010000110101111101000101100110001101000 | a1af8fabd3a1afa2cc68 |
UTF-8 | ¨ö¨¬h | 110000101010100011000011101101101100001010101000110000101010110001101000 | c2a8c3b6c2a8c2ac68 |
UHC | ¨?¨?h | 10100001101001110011111110100001101001110011111101101000 | a1a73fa1a73f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)