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 | ±Ì½Î | 10110001110011001011110111001110 | b1ccbdce |
SJIS-WIN | ±??? | 1000000101111101001111110011111100111111 | 817d3f3f3f |
EUC-JP | ±Ì?Î | 101000011101111010001111101010101100000000111111100011111010101011000010 | a1de8faac03f8faac2 |
UTF-8 | ±Ì½Î | 1100001010110001110000111000110011000010101111011100001110001110 | c2b1c38cc2bdc38e |
UHC | ±?½? | 101000011011111000111111101010001111011000111111 | a1be3fa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)