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 | ?永? | 00111111100010010110100100111111 | 3f89693f |
EUC-JP | ?永? | 00111111101100011100101000111111 | 3fb1ca3f |
UTF-8 | 뤵永뤵 | 111010111010010010110101111001101011000010111000111010111010010010110101 | eba4b5e6b0b8eba4b5 |
UHC | 뤵永뤵 | 100011111110001111100111101101011000111111100011 | 8fe3e7b58fe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)