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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 戝貘膰圦 | 1110011011000001111001101100000011100100010101111001101010100111 | e6c1e6c0e4579aa7 |
EUC-JP | 戝貘膰圦 | 1110110011000011111011001100001011100111101110001101010010101001 | ecc3ecc2e7b8d4a9 |
UTF-8 | 戝貘膰圦 | 111001101000100010011101111010001011001010011000111010001000011010110000111001011001110010100110 | e6889de8b298e886b0e59ca6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)