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 | 焏情筒浯 | 1111101101010011100011111110111010010011100110111111101011111100 | fb538fee939bfafc |
EUC-JP | 焏情筒浯 | 10001111110010011110100110111110111100001100010111111011100011111100011111000011 | 8fc9e9bef0c5fb8fc7c3 |
UTF-8 | 焏情筒浯 | 111001111000010010001111111001101000001110000101111001111010110110010010111001101011010110101111 | e7848fe68385e7ad92e6b5af |
UHC | ?情筒? | 001111111110111111010111111101111101010100111111 | 3fefd7f7d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)