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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 羈l充oBF | 111000111011000110000010100011001000111101011011011011110100001001000110 | e3b1828c8f5b6f4246 |
EUC-JP | 羈l充oBF | 111001101011001110100011111011001011110110111100011011110100001001000110 | e6b3a3ecbdbc6f4246 |
UTF-8 | 羈l充oBF | 111001111011111010001000111011111011110110001100111001011000010110000101011011110100001001000110 | e7be88efbd8ce585856f4246 |
UHC | 羈l充oBF | 110100011011110010100011111011001111010111110110011011110100001001000110 | d1bca3ecf5f66f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)