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 | ?稼漣 | 0011111110001001110100101001011111111000 | 3f89d297f8 |
EUC-JP | ?稼漣 | 0011111110110010110101001100111011111010 | 3fb2d4cefa |
UTF-8 | 뤚稼漣 | 111010111010010010011010111001111010100010111100111001101011110010100011 | eba49ae7a8bce6bca3 |
UHC | 뤚稼漣 | 100011111100100111001010101100111101010111111110 | 8fc9cab3d5fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)