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 | ê§Öê²¹£ | 1110101010100111110101101110101010001110101100101011100110100011 | eaa7d6ea8eb2b9a3 |
SJIS-WIN | ?§?????£ | 00111111100000011001100000111111001111110011111100111111001111111000000110010010 | 3f81983f3f3f3f3f8192 |
EUC-JP | ê§Öê???£ | 10001111101010111011010010100001111110001000111110101010110100111000111110101011101101000011111100111111001111111010000111110010 | 8fabb4a1f88faad38fabb43f3f3fa1f2 |
UTF-8 | ê§Öê²¹£ | 11000011101010101100001010100111110000111001011011000011101010101100001010001110110000101011001011000010101110011100001010100011 | c3aac2a7c396c3aac28ec2b2c2b9c2a3 |
UHC | ?§???²¹? | 0011111110100001110101110011111100111111001111111010100111110111101010011111011000111111 | 3fa1d73f3f3fa9f7a9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)