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 | 焏情筒淏 | 1111101101010011100011111110111010010011100110111111101101000010 | fb538fee939bfb42 |
EUC-JP | 焏情筒淏 | 10001111110010011110100110111110111100001100010111111011100011111100011111011001 | 8fc9e9bef0c5fb8fc7d9 |
UTF-8 | 焏情筒淏 | 111001111000010010001111111001101000001110000101111001111010110110010010111001101011011110001111 | e7848fe68385e7ad92e6b78f |
UHC | ?情筒淏 | 00111111111011111101011111110111110101011111101111001000 | 3fefd7f7d5fbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)