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 | çµ½è | 1110011110110101101111011110100010011011 | e7b5bde89b |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ç??è? | 100011111010101110101110001111110011111110001111101010111011001000111111 | 8fabae3f3f8fabb23f |
UTF-8 | çµ½è | 11000011101001111100001010110101110000101011110111000011101010001100001010011011 | c3a7c2b5c2bdc3a8c29b |
UHC | ??½?? | 001111110011111110101000111101100011111100111111 | 3f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)