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 | ??noBF | 001111110011111101101110011011110100001001000110 | 3f3f6e6f4246 |
SJIS-WIN | 蛾岳noBF | 1000100111101001100010100111100001101110011011110100001001000110 | 89e98a786e6f4246 |
EUC-JP | 蛾岳noBF | 1011001011101011101100111101100101101110011011110100001001000110 | b2ebb3d96e6f4246 |
UTF-8 | 蛾岳noBF | 11101000100110111011111011100101101100101011001101101110011011110100001001000110 | e89bbee5b2b36e6f4246 |
UHC | 蛾岳noBF | 1110010010110110111001001011111101101110011011110100001001000110 | e4b6e4bf6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)