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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 褶帷ァ∝ | 11100101111101111001101111100111101001111000000111100101 | e5f79be7a781e5 |
EUC-JP | 褶帷ァ∝ | 1110101011111001110101101110100110001110101001111010001011100111 | eaf9d6e98ea7a2e7 |
UTF-8 | 褶帷ァ∝ | 111010001010010010110110111001011011100010110111111011111011110110100111111000101000100010011101 | e8a4b6e5b8b7efbda7e2889d |
UHC | 褶??∝ | 111000111010100000111111001111111010000111110000 | e3a83f3fa1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)