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 | ?Vh?V | 0011111101010110011010000011111101010110 | 3f56683f56 |
SJIS-WIN | 嘶Vh嘶V | 10011010011111000101011001101000100110100111110001010110 | 9a7c56689a7c56 |
EUC-JP | 嘶Vh嘶V | 11010011110111010101011001101000110100111101110101010110 | d3dd5668d3dd56 |
UTF-8 | 嘶Vh嘶V | 111001011001100010110110010101100110100011100101100110001011011001010110 | e598b65668e598b656 |
UHC | 嘶Vh嘶V | 11100011101101100101011001101000111000111011011001010110 | e3b65668e3b656 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)