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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 亦游 | 10010110100100101001111111100000 | 96929fe0 |
EUC-JP | 亦游 | 11001011111100101101111011100010 | cbf2dee2 |
UTF-8 | 亦游 | 111001001011101010100110111001101011100010111000 | e4baa6e6b8b8 |
UHC | 亦游 | 11100110101100101110101011111101 | e6b2eafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)