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 | 魏サ貉В | 11101001101100001011101111100110101110011000010001000010 | e9b0bbe6b98442 |
EUC-JP | 魏サ貉В | 1111001010110010100011101011101111101100101110111010011110100011 | f2b28ebbecbba7a3 |
UTF-8 | 魏サ貉В | 1110100110101101100011111110111110111101101110111110100010110010100010011101000010010010 | e9ad8fefbdbbe8b289d092 |
UHC | 魏??В | 111010101110000000111111001111111010110010100011 | eae03f3faca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)