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 | ?潟? | 00111111100010101000001100111111 | 3f8a833f |
EUC-JP | ?潟? | 00111111101100111110001100111111 | 3fb3e33f |
UTF-8 | 涉潟塞 | 111001101011011010001001111001101011110110011111111011111010010110101100 | e6b689e6bd9fefa5ac |
UHC | 涉潟塞 | 111000001110111111100000101100111101111111100001 | e0efe0b3dfe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)