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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 巽脱測V | 10010010010001101001001001000101100100011010101001010110 | 9246924591aa56 |
EUC-JP | 巽脱測V | 11000011101001111100001110100110110000101010110001010110 | c3a7c3a6c2ac56 |
UTF-8 | 巽脱測V | 11100101101101111011110111101000100001001011000111100110101110001010110001010110 | e5b7bde884b1e6b8ac56 |
UHC | 巽?測V | 111000011101111000111111111101101011010001010110 | e1de3ff6b456 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)