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^ | 1011000111001100110000111010001010110111110000010110010001011110 | b1ccc3a2b7c1645e |
SJIS-WIN | ±??¢??d^ | 10000001011111010011111100111111100000011001000100111111001111110110010001011110 | 817d3f3f81913f3f645e |
EUC-JP | ±Ìâ?Ád^ | 10100001110111101000111110101010110000001000111110101010101010101010000111110001001111111000111110101010101000010110010001011110 | a1de8faac08faaaaa1f13f8faaa1645e |
UTF-8 | ±Ìâ·Ád^ | 1100001010110001110000111000110011000011100000111100001010100010110000101011011111000011100000010110010001011110 | c2b1c38cc383c2a2c2b7c381645e |
UHC | ±???·?d^ | 10100001101111100011111100111111001111111010000110100100001111110110010001011110 | a1be3f3f3fa1a43f645e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)