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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 吟??BF | 100010111110000100111111001111110100001001000110 | 8be13f3f4246 |
EUC-JP | 吟??BF | 101101101110001100111111001111110100001001000110 | b6e33f3f4246 |
UTF-8 | 吟녹쎘BF | 1110010110010000100111111110101110000101101110011110110010001110100110000100001001000110 | e5909feb85b9ec8e984246 |
UHC | 吟녹쎘BF | 1110101111100001101100111110110010011011101111110100001001000110 | ebe1b3ec9bbf4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)