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 | 10010001101001110101011001101000100100011010011101010110 | 91a7566891a756 |
SJIS-WIN | ?§Vh?§V | 001111111000000110011000010101100110100000111111100000011001100001010110 | 3f819856683f819856 |
EUC-JP | ?§Vh?§V | 001111111010000111111000010101100110100000111111101000011111100001010110 | 3fa1f856683fa1f856 |
UTF-8 | §Vh§V | 1100001010010001110000101010011101010110011010001100001010010001110000101010011101010110 | c291c2a75668c291c2a756 |
UHC | ?§Vh?§V | 001111111010000111010111010101100110100000111111101000011101011101010110 | 3fa1d756683fa1d756 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)