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 | ??S? | 00111111001111110101001100111111 | 3f3f533f |
SJIS-WIN | 鋧七S | 11111011110011111000111010110101010100111111000010101110 | fbcf8eb553f0ae |
EUC-JP | 鋧七S? | 10001111111001001100101110111100101101110101001100111111 | 8fe4cbbcb7533f |
UTF-8 | 鋧七S | 11101001100010111010011111100100101110001000001101010011111011101000000110101101 | e98ba7e4b88353ee81ad |
UHC | ?七S? | 0011111111110110110100100101001100111111 | 3ff6d2533f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)