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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 滬沽柆 | 100111111111010010011111100110001001111001110101 | 9ff49f989e75 |
EUC-JP | 滬沽柆 | 110111101111011011011101111110001101101111010110 | def6ddf8dbd6 |
UTF-8 | 滬沽柆 | 111001101011101110101100111001101011001010111101111001101001111110000110 | e6bbace6b2bde69f86 |
UHC | ?沽? | 00111111110011011011111100111111 | 3fcdbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)