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 | û¦AB | 1111101110101101101001100100000101000010 | fbada64142 |
SJIS-WIN | ???AB | 0011111100111111001111110100000101000010 | 3f3f3f4142 |
EUC-JP | û?¦AB | 100011111010101111100101001111111000111110100010110000110100000101000010 | 8fabe53f8fa2c34142 |
UTF-8 | û¦AB | 1100001110111011110000101010110111000010101001100100000101000010 | c3bbc2adc2a64142 |
UHC | ??AB | 001111111010000110101001001111110100000101000010 | 3fa1a93f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)