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 | 0011111101010110011010000011111101010110 | 3f56683f56 |
EUC-JP | 坮Vh坮V | 100011111011011111000111010101100110100010001111101101111100011101010110 | 8fb7c756688fb7c756 |
UTF-8 | 坮Vh坮V | 111001011001110110101110010101100110100011100101100111011010111001010110 | e59dae5668e59dae56 |
UHC | 坮Vh坮V | 11010011110111010101011001101000110100111101110101010110 | d3dd5668d3dd56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)