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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒟懈イサ淏 | 1110010011100101100111001110011010110010101110111111101101000010 | e4e59ce6b2bbfb42 |
EUC-JP | 蒟懈イサ淏 | 1110100011100111110110001110100010001110101100101000111010111011100011111100011111011001 | e8e7d8e88eb28ebb8fc7d9 |
UTF-8 | 蒟懈イサ淏 | 111010001001001010011111111001101000011110001000111011111011110110110010111011111011110110111011111001101011011110001111 | e8929fe68788efbdb2efbdbbe6b78f |
UHC | ?懈??淏 | 00111111111110101010101100111111001111111111101111001000 | 3ffaab3f3ffbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)