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 | 疔o頌 | 111000010110101010000010100011111110100011110001 | e16a828fe8f1 |
EUC-JP | 疔o頌 | 111000011100101110100011111011111111000011110011 | e1cba3eff0f3 |
UTF-8 | 疔o頌 | 111001111001011010010100111011111011110110001111111010011010000010001100 | e79694efbd8fe9a08c |
UHC | ?o頌 | 0011111110100011111011111110000111101011 | 3fa3efe1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)