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 | 慂六鯡 | 100111001100100010011000010110101110100111001010 | 9cc8985ae9ca |
EUC-JP | 慂六鯡 | 110110001100101011001111101110111111001011001100 | d8cacfbbf2cc |
UTF-8 | 慂六鯡 | 111001101000010110000010111001011000010110101101111010011010111110100001 | e68582e585ade9afa1 |
UHC | 慂六? | 1110100110111101110101111011111100111111 | e9bdd7bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)