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 | ?稼文 | 0011111110001001110100101001010110110110 | 3f89d295b6 |
EUC-JP | ?稼文 | 0011111110110010110101001100101010111000 | 3fb2d4cab8 |
UTF-8 | 뤚稼文 | 111010111010010010011010111001111010100010111100111001101001011010000111 | eba49ae7a8bce69687 |
UHC | 뤚稼文 | 100011111100100111001010101100111101100111111110 | 8fc9cab3d9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)