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 | äÝõx | 1100001110100100110111011111010101111000 | c3a4ddf578 |
SJIS-WIN | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
EUC-JP | äÝõx | 10001111101010101010101010001111101000101111000010001111101010101111001010001111101010111101100001111000 | 8faaaa8fa2f08faaf28fabd878 |
UTF-8 | äÝõx | 110000111000001111000010101001001100001110011101110000111011010101111000 | c383c2a4c39dc3b578 |
UHC | ?¤??x | 001111111010001010110100001111110011111101111000 | 3fa2b43f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)