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 | 1101111111010101111000011011001101010110 | dfd5e1b356 |
SJIS-WIN | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
EUC-JP | ßÕá?V | 1000111110101001110011101000111110101010110110001000111110101011101000010011111101010110 | 8fa9ce8faad88faba13f56 |
UTF-8 | ßÕá³V | 110000111001111111000011100101011100001110100001110000101011001101010110 | c39fc395c3a1c2b356 |
UHC | ß??³V | 10101001101011000011111100111111101010011111100001010110 | a9ac3f3fa9f856 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)