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 | 剪?? | 10011001100100100011111100111111 | 99923f3f |
EUC-JP | 剪?? | 11010001111100100011111100111111 | d1f23f3f |
UTF-8 | 剪렫稶 | 111001011000100110101010111010111010000010101011111001111010100010110110 | e589aaeba0abe7a8b6 |
UHC | 剪렫稶 | 111011101111001010001110101110011110100111110011 | eef28eb9e9f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)