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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????肯? | 00111111001111110011111100111111100011010110110100111111 | 3f3f3f3f8d6d3f |
EUC-JP | ???薏肯? | 001111110011111100111111100011111101100111011110101110011100111000111111 | 3f3f3f8fd9deb9ce3f |
UTF-8 | 掠뗰퐡薏肯씣 | 111011111010010110110101111010111001011110110000111011011001000010100001111010001001011010001111111010001000001010101111111011001001010010100011 | efa5b5eb97b0ed90a1e8968fe882afec94a3 |
UHC | 掠뗰퐡薏肯씣 | 111001011011000110001011111011111011110110001010111010111111101111010000111010011001110110110111 | e5b18befbd8aebfbd0e99db7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)