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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 腺鼠v | 1001000101000010100100010110110001110110 | 9142916c76 |
EUC-JP | 腺鼠v | 1100000110100011110000011100110101110110 | c1a3c1cd76 |
UTF-8 | 腺鼠v | 11101000100001011011101011101001101111001010000001110110 | e885bae9bca076 |
UHC | 腺鼠v | 1110000011001101111000001010100101110110 | e0cde0a976 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)