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 | 焏情秤湜 | 1111101101010011100011111110111010010100100010011111101101000111 | fb538fee9489fb47 |
EUC-JP | 焏情秤湜 | 10001111110010011110100110111110111100001100011111101001100011111100011111111100 | 8fc9e9bef0c7e98fc7fc |
UTF-8 | 焏情秤湜 | 111001111000010010001111111001101000001110000101111001111010011110100100111001101011100110011100 | e7848fe68385e7a7a4e6b99c |
UHC | ?情秤湜 | 00111111111011111101011111110110110111111110001111010111 | 3fefd7f6dfe3d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)