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 | ???AZB | 001111110011111100111111010000010101101001000010 | 3f3f3f415a42 |
SJIS-WIN | ??縟AZB | 00111111001111111110001101110100010000010101101001000010 | 3f3fe374415a42 |
EUC-JP | ??縟AZB | 00111111001111111110010111010101010000010101101001000010 | 3f3fe5d5415a42 |
UTF-8 | 쐛숰縟AZB | 111011001001000010011011111011001000100010110000111001111011100010011111010000010101101001000010 | ec909bec88b0e7b89f415a42 |
UHC | 쐛숰縟AZB | 100111001000000110011010010010001110100110110010010000010101101001000010 | 9c819a48e9b2415a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)