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 | 焏情勢浯 | 1111101101010011100011111110111010010000101010001111101011111100 | fb538fee90a8fafc |
EUC-JP | 焏情勢浯 | 10001111110010011110100110111110111100001100000010101010100011111100011111000011 | 8fc9e9bef0c0aa8fc7c3 |
UTF-8 | 焏情勢浯 | 111001111000010010001111111001101000001110000101111001011000101110100010111001101011010110101111 | e7848fe68385e58ba2e6b5af |
UHC | ?情勢? | 001111111110111111010111111000011010011100111111 | 3fefd7e1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)