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 | ±û¤ç | 10110001111110111010010011100111 | b1fba4e7 |
SJIS-WIN | ±??? | 1000000101111101001111110011111100111111 | 817d3f3f3f |
EUC-JP | ±û¤ç | 1010000111011110100011111010101111100101100011111010001011110000100011111010101110101110 | a1de8fabe58fa2f08fabae |
UTF-8 | ±û¤ç | 1100001010110001110000111011101111000010101001001100001110100111 | c2b1c3bbc2a4c3a7 |
UHC | ±?¤? | 101000011011111000111111101000101011010000111111 | a1be3fa2b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)