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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豕晄ウ擔 | 11100110101100111001110111100110101100111001110101011110 | e6b39de6b39d5e |
EUC-JP | 豕晄ウ擔 | 1110110010110101110110101110100010001110101100111101100110111111 | ecb5dae88eb3d9bf |
UTF-8 | 豕晄ウ擔 | 111010001011000110010101111001101001100110000100111011111011110110110011111001101001001110010100 | e8b195e69984efbdb3e69394 |
UHC | 豕晄?擔 | 11100011110011101111110011001101001111111101001110111101 | e3cefccd3fd3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)