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 | 蠢榊ソ洪 | 11100101101111111000110111100101101111111000110101011110 | e5bf8de5bf8d5e |
EUC-JP | 蠢榊ソ洪 | 1110101011000001101110101110011110001110101111111011100110111111 | eac1bae78ebfb9bf |
UTF-8 | 蠢榊ソ洪 | 111010001010000010100010111001101010011010001010111011111011110110111111111001101011010010101010 | e8a0a2e6a68aefbdbfe6b4aa |
UHC | 蠢??洪 | 111100011110001100111111001111111111101111110011 | f1e33f3ffbf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)