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 | ?\Y?\bnoBF | 00111111010111000101100100111111010111000110001001101110011011110100001001000110 | 3f5c593f5c626e6f4246 |
SJIS-WIN | 巽\Y巽\bnoBF | 100100100100011001011100010110011001001001000110010111000110001001101110011011110100001001000110 | 92465c5992465c626e6f4246 |
EUC-JP | 巽\Y巽\bnoBF | 110000111010011101011100010110011100001110100111010111000110001001101110011011110100001001000110 | c3a75c59c3a75c626e6f4246 |
UTF-8 | 巽\Y巽\bnoBF | 1110010110110111101111010101110001011001111001011011011110111101010111000110001001101110011011110100001001000110 | e5b7bd5c59e5b7bd5c626e6f4246 |
UHC | 巽\Y巽\bnoBF | 111000011101111001011100010110011110000111011110010111000110001001101110011011110100001001000110 | e1de5c59e1de5c626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)