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 | ???鍮? | 001111110011111100111111111010000100101000111111 | 3f3f3fe84a3f |
EUC-JP | ???鍮? | 001111110011111100111111111011111010101100111111 | 3f3f3fefab3f |
UTF-8 | 掠뗰퐣鍮믣 | 111011111010010110110101111010111001011110110000111011011001000010100011111010011000110110101110111010111010111110100011 | efa5b5eb97b0ed90a3e98daeebafa3 |
UHC | 掠뗰퐣鍮믣 | 11100101101100011000101111101111101111011000110011101011101110011001001011100101 | e5b18befbd8cebb992e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)