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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 低盟? | 1001001011100001100101101011111100111111 | 92e196bf3f |
EUC-JP | 低盟? | 1100010011100011110011001100000100111111 | c4e3ccc13f |
UTF-8 | 低盟샘 | 111001001011110110001110111001111001101110011111111011001000001110011000 | e4bd8ee79b9fec8398 |
UHC | 低盟샘 | 111011101011100011011000111011111011101111111001 | eeb8d8efbbf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)