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 | ³ÞG | 101100111101111001000111 | b3de47 |
SJIS-WIN | ??G | 001111110011111101000111 | 3f3f47 |
EUC-JP | ?ÞG | 0011111110001111101010011011000001000111 | 3f8fa9b047 |
UTF-8 | ³ÞG | 1100001010110011110000111001111001000111 | c2b3c39e47 |
UHC | ³ÞG | 1010100111111000101010001010110101000111 | a9f8a8ad47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)