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隰 | 111001111011000110110101010100111110100010101100 | e7b1b553e8ac |
EUC-JP | 邀オS隰 | 11101110101100111000111010110101010100111111000010101110 | eeb38eb553f0ae |
UTF-8 | 邀オS隰 | 11101001100000101000000011101111101111011011010101010011111010011001101010110000 | e98280efbdb553e99ab0 |
UHC | 邀?S? | 1110100110101101001111110101001100111111 | e9ad3f533f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)