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 | ±¢à | 110000101011000111000010101000101100001110011111 | c2b1c2a2c39f |
SJIS-WIN | ?±?¢?? | 0011111110000001011111010011111110000001100100010011111100111111 | 3f817d3f81913f3f |
EUC-JP | ±¢� | 1000111110101010101001001010000111011110100011111010101010100100101000011111000110001111101010101010101000111111 | 8faaa4a1de8faaa4a1f18faaaa3f |
UTF-8 | ±¢à | 110000111000001011000010101100011100001110000010110000101010001011000011100000111100001010011111 | c382c2b1c382c2a2c383c29f |
UHC | ?±???? | 00111111101000011011111000111111001111110011111100111111 | 3fa1be3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)