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 | ??LoBF | 001111110011111101001100011011110100001001000110 | 3f3f4c6f4246 |
SJIS-WIN | ソ。LoBF | 101111111010000101001100011011110100001001000110 | bfa14c6f4246 |
EUC-JP | ソ。LoBF | 1000111010111111100011101010000101001100011011110100001001000110 | 8ebf8ea14c6f4246 |
UTF-8 | ソ。LoBF | 11101111101111011011111111101111101111011010000101001100011011110100001001000110 | efbdbfefbda14c6f4246 |
UHC | ??LoBF | 001111110011111101001100011011110100001001000110 | 3f3f4c6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)