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 | å±å® | 111001011000111110110001111001011010111010001101 | e58fb1e5ae8d |
SJIS-WIN | ??±??? | 00111111001111111000000101111101001111110011111100111111 | 3f3f817d3f3f3f |
EUC-JP | �� | 10001111101010111010100100111111101000011101111010001111101010111010100110001111101000101110111000111111 | 8faba93fa1de8faba98fa2ee3f |
UTF-8 | å±å® | 110000111010010111000010100011111100001010110001110000111010010111000010101011101100001010001101 | c3a5c28fc2b1c3a5c2aec28d |
UHC | ??±?®? | 0011111100111111101000011011111000111111101000101110011100111111 | 3f3fa1be3fa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)