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 | 淨?竝 | 1001111111000100001111111110001010001101 | 9fc43fe28d |
EUC-JP | 淨?竝 | 1101111011000110001111111110001111101101 | dec63fe3ed |
UTF-8 | 淨곌竝 | 111001101011011110101000111010101011001110001100111001111010101110011101 | e6b7a8eab38ce7ab9d |
UHC | 淨곌竝 | 111011111110010010110000111010101101110010111101 | efe4b0eadcbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)