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 | íû§î° | 111011011111101110001110101001111110111010110000 | edfb8ea7eeb0 |
SJIS-WIN | ???§?° | 0011111100111111001111111000000110011000001111111000000110001011 | 3f3f3f81983f818b |
EUC-JP | íû?§î° | 1000111110101011101111111000111110101011111001010011111110100001111110001000111110101011110000101010000111101011 | 8fabbf8fabe53fa1f88fabc2a1eb |
UTF-8 | íû§î° | 110000111010110111000011101110111100001010001110110000101010011111000011101011101100001010110000 | c3adc3bbc28ec2a7c3aec2b0 |
UHC | ???§?° | 0011111100111111001111111010000111010111001111111010000111000110 | 3f3f3fa1d73fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)