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 | «åD¢±nB | 100011111010101111100101010001001000111110100010101100010110111001000010 | 8fabe5448fa2b16e42 |
SJIS-WIN | ???D?¢±nB | 0011111100111111001111110100010000111111100000011001000110000001011111010110111001000010 | 3f3f3f443f8191817d6e42 |
EUC-JP | ??åD?¢±nB | 00111111001111111000111110101011101010010100010000111111101000011111000110100001110111100110111001000010 | 3f3f8faba9443fa1f1a1de6e42 |
UTF-8 | «åD¢±nB | 110000101000111111000010101010111100001110100101010001001100001010001111110000101010001011000010101100010110111001000010 | c28fc2abc3a544c28fc2a2c2b16e42 |
UHC | ???D??±nB | 00111111001111110011111101000100001111110011111110100001101111100110111001000010 | 3f3f3f443f3fa1be6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)