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 | 葎o莵鍜 | 1001011110101000100000101000111111100100101101111110100001000111 | 97a8828fe4b7e847 |
EUC-JP | 葎o莵鍜 | 1100111010101010101000111110111111101000101110011110111110101000 | ceaaa3efe8b9efa8 |
UTF-8 | 葎o莵鍜 | 111010001001000110001110111011111011110110001111111010001000111010110101111010011000110110011100 | e8918eefbd8fe88eb5e98d9c |
UHC | ?o?? | 0011111110100011111011110011111100111111 | 3fa3ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)