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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 召悅爍「猪 | 1000111110100010111110101011110111100000101000011111000110001111101000101111101101011110 | 8fa2fabde0a1f18fa2fb5e |
EUC-JP | 召?爍?「? | 101111101010010000111111111000001010001100111111100011101010001000111111 | bea43fe0a33f8ea23f |
UTF-8 | 召悅爍「猪 | 111001011000111110101100111001101000001010000101111001111000100010001101111011101000010010001010111011111011110110100010111011111010100010010110 | e58face68285e7888dee848aefbda2efa896 |
UHC | 召悅???? | 1110000110101111111001101110110100111111001111110011111100111111 | e1afe6ed3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)