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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 製?鬱貊? | 1001000010111011001111111001111101010100111001101011101100111111 | 90bb3f9f54e6bb3f |
EUC-JP | 製?鬱貊? | 1100000010111101001111111101110110110101111011001011110100111111 | c0bd3fddb5ecbd3f |
UTF-8 | 製렲鬱貊렞 | 111010001010001110111101111010111010000010110010111010011010110010110001111010001011001010001010111010111010000010011110 | e8a3bdeba0b2e9acb1e8b28aeba09e |
UHC | 製렲鬱貊렞 | 11110000101100101000111010111111111010101010011011011000111001111000111010101111 | f0b28ebfeaa6d8e78eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)